diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-11 11:41:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-11 11:41:18 +0000 |
commit | 375c13c6797797ae13558e788c4418bd8720b8cc (patch) | |
tree | d72a455e5a7829412bd7767989e9cbf2d94bf279 /tests | |
parent | cbdf71ab008bd0ea94424b88acfd64f4bc8d666a (diff) | |
download | coreutils-375c13c6797797ae13558e788c4418bd8720b8cc.tar.xz |
re-comment debugging diff stmt
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cp/cp-mv-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-mv-backup b/tests/cp/cp-mv-backup index bc513a529..1bad6de20 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 |