diff options
Diffstat (limited to 'tests/touch/fifo')
-rwxr-xr-x | tests/touch/fifo | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/touch/fifo b/tests/touch/fifo index 796d330d9..400c922c8 100755 --- a/tests/touch/fifo +++ b/tests/touch/fifo @@ -28,10 +28,7 @@ if ! mkfifo fifo; then # failure as a test failure. However, in this case, when running on a SunOS # system using a disk NFS mounted from OpenBSD, the above fails like this: # mkfifo: cannot make fifo `fifo-10558': Not owner - echo '********************************************' - echo 'NOTICE: unable to create test prerequisites' - echo '********************************************' - exit 77 + skip_test_ 'NOTICE: unable to create test prerequisites' fi fail=0 |