diff options
author | Wayne Davison <wayned@samba.org> | 2007-06-02 16:30:04 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-06-02 16:30:04 +0000 |
commit | a21e72c3e652774e5b3468fd1c9ce7ca64f5aa33 (patch) | |
tree | 3f5e5d4bbb8c045b5d22cdf312ec9f9c18ea7316 /testsuite | |
parent | 1c4ffe64dbdb6ffe2bebc1f5ffdd62520bc62c77 (diff) | |
download | rsync-a21e72c3e652774e5b3468fd1c9ce7ca64f5aa33.tar.gz |
Attempting to make the mask test compatible with Solaris 8.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/default-acls.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |