4 desc
="chown returns EPERM if the operation would change the ownership, but the effective user ID is not the super-user and the process is not an owner of the file"
15 expect
0 mkdir
${n0} 0755
18 expect
0 mkdir
${n1} 0755
19 expect
0 chown
${n1} 65534 65534
20 expect
0 -u 65534 -g 65534 create
${n1}/${n2} 0644
21 expect EPERM
-u 65534 -g 65534 chown
${n1}/${n2} 65533 65533
22 expect EPERM
-u 65533 -g 65533 chown
${n1}/${n2} 65534 65534
23 expect EPERM
-u 65533 -g 65533 chown
${n1}/${n2} 65533 65533
24 expect EPERM
-u 65534 -g 65534 chown
${n1}/${n2} -1 65533
25 expect
0 unlink
${n1}/${n2}