summaryrefslogtreecommitdiff
path: root/tests/cp/parent-perm-race
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/parent-perm-race')
-rwxr-xr-xtests/cp/parent-perm-race3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cp/parent-perm-race b/tests/cp/parent-perm-race
index 4af3b69d0..366efbaa7 100755
--- a/tests/cp/parent-perm-race
+++ b/tests/cp/parent-perm-race
@@ -29,8 +29,7 @@ chmod g+s d 2>/dev/null # The cp test is valid either way.
for attr in mode ownership
do
- mkfifo $attr/fifo ||
- skip_test_ "fifos not supported"
+ mkfifo_or_skip_ $attr/fifo
# Copy a fifo's contents. That way, we can examine d/$attr's
# state while cp is running.