From: Jim Meyering Date: Thu, 11 Nov 1999 11:41:18 +0000 (+0000) Subject: re-comment debugging diff stmt X-Git-Tag: FILEUTILS-4_0j-trial~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=375c13c6797797ae13558e788c4418bd8720b8cc;p=thirdparty%2Fcoreutils.git re-comment debugging diff stmt --- diff --git a/tests/cp/cp-mv-backup b/tests/cp/cp-mv-backup index bc513a5295..1bad6de201 100755 --- a/tests/cp/cp-mv-backup +++ b/tests/cp/cp-mv-backup @@ -92,7 +92,7 @@ EOF sed 's/: x/:/' $expected-tmp |cat $expected-tmp - > $expected # Uncomment this if you see a failure and want to try to diagnose it. -diff -u $expected $actual 1>&2 +#diff -u $expected $actual 1>&2 cmp $expected $actual || fail=1