summaryrefslogtreecommitdiff
path: root/tests/rm/read-only
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/read-only')
-rwxr-xr-xtests/rm/read-only2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/read-only b/tests/rm/read-only
index e530dcee3..018648be0 100755
--- a/tests/rm/read-only
+++ b/tests/rm/read-only
@@ -20,7 +20,7 @@
print_ver_ rm
require_root_
-cwd=`pwd`
+cwd=$(pwd)
cleanup_() { cd /; umount "$cwd/mnt"; }
skip=0