Lines Matching full:n1
15 n1=`namegen`
24 create_file ${type} ${n1}
25 expect EPERM -u 65534 -g 65534 chflags ${n1} UF_NODUMP
26 expect none stat ${n1} flags
27 expect 0 chown ${n1} 65534 65534
28 expect EPERM -u 65533 -g 65533 chflags ${n1} UF_NODUMP
29 expect none stat ${n1} flags
31 expect 0 rmdir ${n1}
33 expect 0 unlink ${n1}
37 create_file ${type} ${n1}
38 expect EPERM -u 65534 -g 65534 lchflags ${n1} UF_NODUMP
39 expect none lstat ${n1} flags
40 expect 0 lchown ${n1} 65534 65534
41 expect EPERM -u 65533 -g 65533 lchflags ${n1} UF_NODUMP
42 expect none lstat ${n1} flags
44 expect 0 rmdir ${n1}
46 expect 0 unlink ${n1}