From 94323ee2a77fd5f49a20289c8e772f9aba817387 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 May 1999 15:59:27 +0000 Subject: [PATCH] uncomment final rm --- tests/mv/into-self-2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mv/into-self-2 b/tests/mv/into-self-2 index 51a6cbf..2abffcf 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 -- 2.7.4