diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-11 03:46:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-11 03:46:59 +0000 |
commit | 571a29d870a92467087402681e4f57242130a027 (patch) | |
tree | efc9327a0597598272976c1774c25038bd2a8e91 /tests/cp/backup-is-src | |
parent | 20f1f8b063145e6d6ced1c444fc7739dea7ef431 (diff) | |
download | coreutils-571a29d870a92467087402681e4f57242130a027.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/cp/backup-is-src')
-rwxr-xr-x | tests/cp/backup-is-src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/backup-is-src b/tests/cp/backup-is-src index 6f2aa53d7..e66e9bfa0 100755 --- a/tests/cp/backup-is-src +++ b/tests/cp/backup-is-src @@ -37,6 +37,6 @@ EOF cmp out2 exp || fail=1 -#$RM -f $temp_files out out2 exp +$RM -f $temp_files out out2 exp exit $fail |