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/misc/stdbuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/stdbuf') diff --git a/tests/misc/stdbuf b/tests/misc/stdbuf index 35b571050..80ad870c2 100755 --- a/tests/misc/stdbuf +++ b/tests/misc/stdbuf @@ -36,7 +36,7 @@ esac # consumer (dd) opens the fifo therefore increasing # the chance that dd will read the data from each # write separately. -mkfifo fifo || framework_failure +mkfifo_or_skip_ fifo # Verify input parameter checking -- cgit v1.2.3-54-g00ecf