4 desc
="open returns EEXIST when O_CREAT and O_EXCL were specified and the file exists"
13 expect
0 create
${n0} 0644
14 expect EEXIST open
${n0} O_CREAT
,O_EXCL
0644
17 expect
0 mkdir
${n0} 0755
18 expect EEXIST open
${n0} O_CREAT
,O_EXCL
0644
21 expect
0 mkfifo ${n0} 0644
22 expect EEXIST open
${n0} O_CREAT
,O_EXCL
0644
25 expect
0 symlink
test ${n0}
26 expect EEXIST open
${n0} O_CREAT
,O_EXCL
0644