diff options
Diffstat (limited to 'tests/rm/interactive-always')
-rwxr-xr-x | tests/rm/interactive-always | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/interactive-always b/tests/rm/interactive-always index 6dc623161..7b8166484 100755 --- a/tests/rm/interactive-always +++ b/tests/rm/interactive-always @@ -29,7 +29,7 @@ fi 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 framework_failure=0 |