diff options
Diffstat (limited to 'tests/cp/cp-a-selinux')
-rwxr-xr-x | tests/cp/cp-a-selinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-a-selinux b/tests/cp/cp-a-selinux index 11758170d..b85298488 100755 --- a/tests/cp/cp-a-selinux +++ b/tests/cp/cp-a-selinux @@ -24,7 +24,7 @@ print_ver_ cp require_root_ require_selinux_ -cwd=`pwd` +cwd=$(pwd) cleanup_() { cd /; umount "$cwd/mnt"; } # This context is special: it works even when mcstransd isn't running. |