[BACK]Return to unrepresentable.test CVS log [TXT][DIR] Up to [Development] / xfs-cmds / nfs4acl / test

File: [Development] / xfs-cmds / nfs4acl / test / unrepresentable.test (download)

Revision 1.2, Thu Jul 24 15:57:01 2008 UTC (9 years, 3 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -2 lines

Remove obsolete comments.
Merge of master-melb:xfs-cmds:31746a by kenmcd.

Test cases for (acl, masks) pairs that cannot be represented as
pure ACLs

$ rm -rf d
$ mkdir d
$ cd d

$ touch x

$ nfs4acl --set 'group@:rw::allow' x
$ chmod 600 x
$ ls -l x | cut -d ' ' -f 1
> -rw-------
$ nfs4acl --get x
> x:
>
$ rm -f x

$ cd ..
$ rm -rf d