diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-08 23:05:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-08 23:05:32 +0000 |
commit | c2f3a114a8f41f6e426839b6d8ad32d1567ab78d (patch) | |
tree | aa6f807bd21ed5a4c8fc26da877605efa8054422 /tests | |
parent | ba6af15f0009bf46542880d077595bfb88862b51 (diff) | |
download | coreutils-c2f3a114a8f41f6e426839b6d8ad32d1567ab78d.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cp/backup-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/backup-1 b/tests/cp/backup-1 index c6c48e133..25c179cf8 100755 --- a/tests/cp/backup-1 +++ b/tests/cp/backup-1 @@ -16,7 +16,7 @@ $CP --force --backup --version-control=simple --suffix=$suffix $tmp $tmp \ test -f $tmp || fail=1 test -f $tmp_backup || fail=1 -cmp $tmp $tmp_backup > /dev/null +cmp $tmp $tmp_backup > /dev/null || fail=1 rm -f $temp_files |