summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-04-30 23:38:38 +0000
committerNathan Scott <nathans@sgi.com>2002-04-30 23:38:38 +0000
commit715253f056ad142dafa8f3bc2b5114e9f6564baf (patch)
treeff3eee84af6118bc2399c8d5615b962057563d1b /test
parentbed09859c3e9e8d50f0e3f83db27f72effabe44f (diff)
downloadacl-715253f056ad142dafa8f3bc2b5114e9f6564baf.tar.gz
__acl_to_any_text bug fix from Andreas, test updates.
Diffstat (limited to 'test')
-rw-r--r--test/setfacl.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/setfacl.test b/test/setfacl.test
index 46b9d51..1306a12 100644
--- a/test/setfacl.test
+++ b/test/setfacl.test
@@ -113,11 +113,11 @@ $ rm g
!
$ mkdir d
$ setfacl --test -m u::rwx,u:@OWNER@:rwx,g::r-x,o::--- d
-d: u::rwx,u:ag:rwx,g::r-x,m::rwx,o::---,*
+d: u::rwx,u:@OWNER@:rwx,g::r-x,m::rwx,o::---,*
$ setfacl --test -m u::rwx,u:@OWNER@:rwx,g::r-x,m::---,o::--- d
-d: u::rwx,u:ag:rwx,g::r-x,m::---,o::---,*
+d: u::rwx,u:@OWNER@:rwx,g::r-x,m::---,o::---,*
$ setfacl --test -d -m u::rwx,u:@OWNER@:rwx,g::r-x,o::--- d
-d: *,d:u::rwx,d:u:ag:rwx,d:g::r-x,d:m::rwx,d:o::---
+d: *,d:u::rwx,d:u:@OWNER@:rwx,d:g::r-x,d:m::rwx,d:o::---
$ setfacl --test -d -m u::rwx,u:@OWNER@:rwx,g::r-x,m::---,o::--- d
-d: *,d:u::rwx,d:u:ag:rwx,d:g::r-x,d:m::---,d:o::---
+d: *,d:u::rwx,d:u:@OWNER@:rwx,d:g::r-x,d:m::---,d:o::---
$ rmdir d