4 desc
="link returns EFAULT if one of the pathnames specified is outside the process's allocated address space"
13 expect
0 create
${n0} 0644
14 expect EFAULT link
${n0} NULL
15 expect EFAULT link
${n0} DEADCODE
17 expect EFAULT link NULL
${n0}
18 expect EFAULT link DEADCODE
${n0}
19 expect EFAULT link NULL DEADCODE
20 expect EFAULT link DEADCODE NULL