4 desc
="mkfifo returns ENOSPC if there are no free inodes on the file system on which the file is being created"
16 expect
0 mkdir
${n0} 0755
17 n
=`mdconfig -a -n -t malloc -s 256k`
18 newfs
/dev
/md
${n} >/dev
/null
19 mount
/dev
/md
${n} ${n0}
22 mkfifo ${n0}/${i} >/dev
/null
2>&1
28 expect ENOSPC
mkfifo ${n0}/${n1} 0644