4 desc
="symlink returns ENOSPC if there are no free inodes on the file system on which the symbolic link 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 ln -s test ${n0}/${i} >/dev
/null
2>&1
28 expect ENOSPC symlink
test ${n0}/${n1}