diff options
Diffstat (limited to 'tests/mv/leak-fd')
-rwxr-xr-x | tests/mv/leak-fd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/leak-fd b/tests/mv/leak-fd index 347aacfd9..5e5bb1a83 100755 --- a/tests/mv/leak-fd +++ b/tests/mv/leak-fd @@ -36,7 +36,7 @@ PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check pwd=`pwd` t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$ -trap 'status=$?; cd $pwd; chmod -R u+rwx $t0; rm -rf $t0 && exit $status' 0 +trap 'status=$?; cd "$pwd" && chmod -R u+rwx $t0 && rm -rf $t0 && exit $status' 0 trap '(exit $?); exit $?' 1 2 13 15 if test -z "$other_partition_tmpdir"; then |