4 desc
="open returns ENOENT if a component of the path name that must exist does not exist or O_CREAT is not set and the named file does not exist"
14 expect
0 mkdir
${n0} 0755
15 expect ENOENT open
${n0}/${n1}/test O_CREAT
0644
16 expect ENOENT open
${n0}/${n1} O_RDONLY