*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Sep 2000 09:32:01 +0000 (09:32 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Sep 2000 09:32:01 +0000 (09:32 +0000)
tests/mv/part-symlink

index cab02bf..ab1b873 100755 (executable)
@@ -10,7 +10,7 @@ fi
 
 pwd=`pwd`
 tmp=part-sl.$$
-#trap 'status=$?; cd $pwd; rm -rf $tmp $other_partition_tmpdir && exit $status' 0
+trap 'status=$?; cd $pwd; rm -rf $tmp $other_partition_tmpdir && exit $status' 0
 trap '(exit $?); exit' 1 2 13 15
 
 . $srcdir/setup