1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Remove `diff' I'd put in for debugging.

Exit with the status from cmp.
This commit is contained in:
Jim Meyering
1998-07-25 21:50:35 +00:00
parent 3ae3622d9e
commit ac517dbe89

View File

@@ -166,4 +166,5 @@ cat <<\EOF > $expected
EOF
cmp $expected $actual || diff -u $expected $actual 1>&2
cmp $expected $actual
exit $?