diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-18 03:45:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:58 -0500 |
commit | 837909e3abfe6988d1e685c291c2871c0d89f4ed (patch) | |
tree | 64a350fd0b19fe71b17b5e5a0b27f2a318fb28c2 /source4/script/tests/test_posix.sh | |
parent | 82da254ece1e09218d12b478e2164461306499a3 (diff) | |
download | samba-837909e3abfe6988d1e685c291c2871c0d89f4ed.tar.gz samba-837909e3abfe6988d1e685c291c2871c0d89f4ed.tar.bz2 samba-837909e3abfe6988d1e685c291c2871c0d89f4ed.zip |
r3834: - fixed XATTR_NTACL_NAME
- pvfs now passes RAW-ACLS
(This used to be commit 2e19edaa4ebc96b3e95e0b55c4fae8eaefd642b2)
Diffstat (limited to 'source4/script/tests/test_posix.sh')
-rwxr-xr-x | source4/script/tests/test_posix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index 93732d438d..06bb43abad 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -41,7 +41,7 @@ tests="$tests BASE-NTDENY1 BASE-NTDENY2 BASE-RENAME BASE-OPENATTR" tests="$tests RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO-BUG RAW-SFILEINFO" tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT RAW-MUX RAW-OPEN RAW-WRITE" tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-SEARCH RAW-CHKPATH RAW-RENAME" -tests="$tests RAW-EAS RAW-STREAMS" +tests="$tests RAW-EAS RAW-STREAMS RAW-ACLS" tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE" soon="BASE-CHARSET RAW-OPLOCK RAW-NOTIFY BASE-DELAYWRITE" |