4 desc
="symlink returns EFAULT if one of the pathnames specified is outside the process's allocated address space"
13 expect EFAULT symlink NULL
${n0}
14 expect EFAULT symlink DEADCODE
${n0}
15 expect EFAULT symlink
test NULL
16 expect EFAULT symlink
test DEADCODE
17 expect EFAULT symlink NULL DEADCODE
18 expect EFAULT symlink DEADCODE NULL