2 # Make sure touch works on fifos without hanging.
4 if test "$VERBOSE" = yes; then
13 mkfifo $tmp || framework_failure
=1
15 if test $framework_failure = 1; then
16 # Make an exception of this case -- usually we interpret framework-creation
17 # failure as a test failure. However, in this case, when running on a SunOS
18 # system using a disk NFS mounted from OpenBSD, the above fails like this:
19 # mkfifo: cannot make fifo `fifo-10558': Not owner
20 echo '********************************************'
21 echo 'NOTICE: unable to create test prerequisites'
22 echo '********************************************'