diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-26 13:19:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:48 -0500 |
commit | 12a23dd8bd4f52a9c15d97a6625809f6d627b489 (patch) | |
tree | b5889c30b625225452b2a78aff2c60651764cd92 /source4/script | |
parent | ee7fa4812c8366588b77d6be91b8666a275ba92c (diff) | |
download | samba-12a23dd8bd4f52a9c15d97a6625809f6d627b489.tar.gz samba-12a23dd8bd4f52a9c15d97a6625809f6d627b489.tar.bz2 samba-12a23dd8bd4f52a9c15d97a6625809f6d627b489.zip |
r3263: - pvfs now passes RAW-SEARCH
(This used to be commit e5a0763655d8ccb929d2bf39bf099449b0dfcee7)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/test_posix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index 9ea4a6df6e..a23627931a 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -37,11 +37,11 @@ tests="$tests BASE-DELETE BASE-PROPERTIES BASE-MANGLE" tests="$tests BASE-CHKPATH BASE-SECLEAK BASE-TRANS2" tests="$tests RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO-BUG" tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT BASE-RENAME" -tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL" +tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-SEARCH" tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE" soon="BASE-DENY1 BASE-DEFER_OPEN BASE-OPENATTR BASE-CHARSET" -soon="$soon RAW-SFILEINFO RAW-SEARCH RAW-OPEN RAW-OPLOCK RAW-NOTIFY RAW-MUX" +soon="$soon RAW-SFILEINFO RAW-OPEN RAW-OPLOCK RAW-NOTIFY RAW-MUX" soon="$soon RAW-CHKPATH RAW-WRITE RAW-RENAME" soon="$soon BASE-TRANS2" |