diff options
Diffstat (limited to 'tests')
-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 |