summaryrefslogtreecommitdiff
path: root/tests/ls/color-dtype-dir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ls/color-dtype-dir')
-rwxr-xr-xtests/ls/color-dtype-dir2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/color-dtype-dir b/tests/ls/color-dtype-dir
index a7169f7c1..f3f9ee9fd 100755
--- a/tests/ls/color-dtype-dir
+++ b/tests/ls/color-dtype-dir
@@ -30,7 +30,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