diff options
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/into-self-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/into-self-2 b/tests/mv/into-self-2 index 51a6cbff0..2abffcf98 100755 --- a/tests/mv/into-self-2 +++ b/tests/mv/into-self-2 @@ -51,6 +51,6 @@ EOF cmp out2 exp || fail=1 -# rm -fr out out2 exp $file $symlink $other_partition_tmpdir +rm -fr out out2 exp $file $symlink $other_partition_tmpdir exit $fail |