diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-02 09:32:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-02 09:32:01 +0000 |
commit | 1207fe67888e9223f5fd2e2274356672fb5e3869 (patch) | |
tree | db1a0cc668b0b925a47b8e47fcfe50acb1e9476d | |
parent | 24946d8604e355316df15b9d39232d732932505d (diff) | |
download | coreutils-1207fe67888e9223f5fd2e2274356672fb5e3869.tar.xz |
*** empty log message ***
-rwxr-xr-x | tests/mv/part-symlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/part-symlink b/tests/mv/part-symlink index cab02bfc1..ab1b8730f 100755 --- a/tests/mv/part-symlink +++ b/tests/mv/part-symlink @@ -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 |