diff options
Diffstat (limited to 'tests/cp/special-bits')
-rwxr-xr-x | tests/cp/special-bits | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/special-bits b/tests/cp/special-bits index ba19d205c..b35ef22d6 100755 --- a/tests/cp/special-bits +++ b/tests/cp/special-bits @@ -23,7 +23,7 @@ chmod u-w file || framework_failure=1 echo "$0: NOTICE: This test must be run as root." echo "You can do the following as \`root' to run just this test:" echo "" - echo "cd `pwd` && make check TESTS=special-bits" + echo "cd $pwd && make check TESTS=special-bits" echo "" echo '********************************************' exit 77 |