summaryrefslogtreecommitdiff
path: root/tests/mv/into-self-2
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-09 15:59:27 +0000
committerJim Meyering <jim@meyering.net>1999-05-09 15:59:27 +0000
commit94323ee2a77fd5f49a20289c8e772f9aba817387 (patch)
treea35dae57b13ec69ca34c79115fc6bef9eefe526c /tests/mv/into-self-2
parentc250ac3ddcacf68b696fb7f25c61757ffbea8f30 (diff)
downloadcoreutils-94323ee2a77fd5f49a20289c8e772f9aba817387.tar.xz
uncomment final rm
Diffstat (limited to 'tests/mv/into-self-2')
-rwxr-xr-xtests/mv/into-self-22
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