diff options
Diffstat (limited to 'tests/ls')
-rwxr-xr-x | tests/ls/file-type | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/file-type b/tests/ls/file-type index e1643fe98..b72229045 100755 --- a/tests/ls/file-type +++ b/tests/ls/file-type @@ -31,7 +31,7 @@ mknod block b 20 20 2> /dev/null && block="block " mknod char c 10 10 2> /dev/null && char="char " -mkfifo fifo +mkfifo_or_skip_ fifo cd .. |