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:
@@ -166,4 +166,5 @@ cat <<\EOF > $expected
|
||||
|
||||
EOF
|
||||
|
||||
cmp $expected $actual || diff -u $expected $actual 1>&2
|
||||
cmp $expected $actual
|
||||
exit $?
|
||||
|
||||
Reference in New Issue
Block a user