diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-09 15:59:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-09 15:59:27 +0000 |
commit | 94323ee2a77fd5f49a20289c8e772f9aba817387 (patch) | |
tree | a35dae57b13ec69ca34c79115fc6bef9eefe526c /tests/mv | |
parent | c250ac3ddcacf68b696fb7f25c61757ffbea8f30 (diff) | |
download | coreutils-94323ee2a77fd5f49a20289c8e772f9aba817387.tar.xz |
uncomment final rm
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 |