From a21e72c3e652774e5b3468fd1c9ce7ca64f5aa33 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 2 Jun 2007 16:30:04 +0000 Subject: [PATCH] Attempting to make the mask test compatible with Solaris 8. --- testsuite/default-acls.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/default-acls.test b/testsuite/default-acls.test index 0b53081e..42ed253a 100644 --- a/testsuite/default-acls.test +++ b/testsuite/default-acls.test @@ -55,7 +55,7 @@ umask 0077 testit da777 u::7,g::7,o:7 rw-rw-rw- rwxrwxrwx testit da775 u::7,g::7,o:5 rw-rw-r-- rwxrwxr-x testit da750 u::7,g::5,o:0 rw-r----- rwxr-x--- -testit da770mask u::7,u:0:7,g::0,m:7,o:0 rw-rw---- rwxrwx--- +testit da750mask u::7,u:0:7,g::7,m:5,o:0 rw-r----- rwxr-x--- testit noda1 '' rw------- rwx------ umask 0000 testit noda2 '' rw-rw-rw- rwxrwxrwx -- 2.34.1