diff options
Diffstat (limited to 'tests/cp/parent-perm-race')
-rwxr-xr-x | tests/cp/parent-perm-race | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/parent-perm-race b/tests/cp/parent-perm-race index 4eb79bb47..41486fcb1 100755 --- a/tests/cp/parent-perm-race +++ b/tests/cp/parent-perm-race @@ -48,7 +48,7 @@ do echo foo ) >$attr/fifo - ls_output=`cat d/$attr.ls` || fail=1 + ls_output=$(cat d/$attr.ls) || fail=1 case $attr,$ls_output in ownership,d???--[-S]--[-S]* | \ mode,d????-??-?* | \ |