diff options
author | Pádraig Brady <P@draigBrady.com> | 2011-05-10 08:14:16 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-05-14 10:41:29 +0100 |
commit | 5116103826c1776be0661bd591acd08fbefe9767 (patch) | |
tree | 45aaee0a87b197a6da572694cf3a434255a2395c /tests/misc/printf-surprise | |
parent | 27873f1deb69745c79d403bbb8e1145bc18f55b8 (diff) | |
download | coreutils-5116103826c1776be0661bd591acd08fbefe9767.tar.xz |
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.
Diffstat (limited to 'tests/misc/printf-surprise')
-rwxr-xr-x | tests/misc/printf-surprise | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/printf-surprise b/tests/misc/printf-surprise index df781a96d..ca0f8e4b8 100755 --- a/tests/misc/printf-surprise +++ b/tests/misc/printf-surprise @@ -48,7 +48,7 @@ require_ulimit_ # and to make an N-byte-allocating-printf require more than that, thus # triggering the printf(3) misbehavior -- which, btw, is required by ISO C99. -mkfifo fifo || framework_failure +mkfifo_or_skip_ fifo # Disable MALLOC_PERTURB_, to avoid triggering this bug # http://bugs.debian.org/481543#77 |