From: Jim Meyering Date: Sat, 25 Jul 1998 21:50:35 +0000 (+0000) Subject: Remove `diff' I'd put in for debugging. X-Git-Tag: FILEUTILS-3_16t~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac517dbe89493a73d783aad4881fda059033d6d2;p=thirdparty%2Fcoreutils.git Remove `diff' I'd put in for debugging. Exit with the status from cmp. --- diff --git a/tests/cp/same-file b/tests/cp/same-file index 03d34d058e..910973f66b 100755 --- a/tests/cp/same-file +++ b/tests/cp/same-file @@ -166,4 +166,5 @@ cat <<\EOF > $expected EOF -cmp $expected $actual || diff -u $expected $actual 1>&2 +cmp $expected $actual +exit $?