diff options
Diffstat (limited to 'tests/cp/existing-perm-race')
-rwxr-xr-x | tests/cp/existing-perm-race | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cp/existing-perm-race b/tests/cp/existing-perm-race index 6afe1a2fa..a2a6493fa 100755 --- a/tests/cp/existing-perm-race +++ b/tests/cp/existing-perm-race @@ -30,8 +30,7 @@ g2=$2 umask 077 -mkfifo fifo || - skip_test_ "fifos not supported" +mkfifo_or_skip_ fifo touch fifo-copy && chgrp $g1 fifo && |