PERFORCE change 168090 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Sep 2 20:58:06 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168090

Change 168090 by trasz at trasz_anger on 2009/09/02 20:57:21

	Adapt to recent error message changes in cp(1).

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/tools/regression/acltools/tools-crossfs.test#3 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/tools/regression/acltools/tools-crossfs.test#3 (text+ko) ====

@@ -119,7 +119,7 @@
 # mv from POSIX.1e to NFSv4.
 $ rm -f nfs4/xxx
 $ cp -p posix/xxx nfs4/xxx
-> cp: ACL brand of source is POSIX.1e, but destination is NFSv4; ACL not copied
+> cp: failed to set acl entries for nfs4/xxx: Operation not supported
 $ ls -l nfs4/xxx | cut -d' ' -f1
 > -rw-rwxr--
 
@@ -137,12 +137,13 @@
 >          everyone@:-wxp---A-W-Co-:------:deny
 >          everyone@:r-----a-R-c--s:------:allow
 
-# mv from NFSv4 to POSIX.1e.
+# cp from NFSv4 to POSIX.1e.
 $ rm -f posix/xxx
 $ cp -p nfs4/xxx posix/xxx
-> cp: ACL brand of source is NFSv4, but destination is POSIX.1e; ACL not copied
+> cp: failed to set acl entries for posix/xxx: Operation not supported
 $ ls -l posix/xxx | cut -d' ' -f1
 > -rw-rwxr--
 
 $ cp -p nfs4/yyy none/xxx
+> cp: failed to set acl entries for none/xxx: Operation not supported
 


More information about the p4-projects mailing list