From 5116103826c1776be0661bd591acd08fbefe9767 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Tue, 10 May 2011 08:14:16 +0100 Subject: tests: refactor more tests to use mkfifo_or_skip_ * tests/cp/existing-perm-race: s/mkfifo/mkfifo_or_skip_/ * tests/cp/file-perm-race: Likewise. * tests/cp/parent-perm-race: Likewise. * tests/cp/special-f: Likewise. * tests/dd/reblock: Likewise. * tests/ls/file-type: Likewise. * tests/misc/cat-buf: Likewise. * tests/misc/mknod: Likewise. * tests/misc/printf-surprise: Likewise. * tests/misc/selinux: Likewise. * tests/misc/sort-spinlock-abuse: Likewise. * tests/misc/stdbuf: Likewise. * tests/misc/tac-continue: Likewise. * tests/init.cfg: Improve the error message when skipping. --- tests/dd/reblock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dd') diff --git a/tests/dd/reblock b/tests/dd/reblock index 01924a85a..f66a9ba7c 100755 --- a/tests/dd/reblock +++ b/tests/dd/reblock @@ -39,7 +39,7 @@ EOF # until the consumer (dd) opens the fifo therefore # increasing the chance that dd will read the data # from each printf separately. -mkfifo dd.fifo || framework_failure +mkfifo_or_skip_ dd.fifo dd_reblock_1() { -- cgit v1.2.3-54-g00ecf