]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
re-comment debugging diff stmt
authorJim Meyering <jim@meyering.net>
Thu, 11 Nov 1999 11:41:18 +0000 (11:41 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 11 Nov 1999 11:41:18 +0000 (11:41 +0000)
tests/cp/cp-mv-backup

index bc513a52950ec71b928054d4d4976f7b1ef1631d..1bad6de2012c12e32204adfa4d1b6b70ba5cd680 100755 (executable)
@@ -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