diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-30 20:11:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:15 -0500 |
commit | 92307d5b17f8a6705516ee05e0a41fc4d044403f (patch) | |
tree | cc5efa78b9bdb4eb77e1740b3c157a97fe813d9d /source3/script | |
parent | 7e5ab9629050a03840a2d6ca4086e5d52fbb3d15 (diff) | |
download | samba-92307d5b17f8a6705516ee05e0a41fc4d044403f.tar.gz samba-92307d5b17f8a6705516ee05e0a41fc4d044403f.tar.xz samba-92307d5b17f8a6705516ee05e0a41fc4d044403f.zip |
r15967: enable RAW-OPLOCK in samba3 make test
metze
(This used to be commit 6d35268639a7796583f5cc7bee12cf884a207af2)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 2 | ||||
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index cdf5b36bfa0..fe943b87b5e 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -111,6 +111,8 @@ cat >$SERVERCONFFILE<<EOF bind interfaces only = yes include = $COMMONCONFFILE + kernel oplocks = no + [tmp] path = $PREFIX_ABS/tmp read only = no diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index 0dfdbf15aaf..2274a1f7fe5 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -38,7 +38,7 @@ tests="$base $raw $rpc" skipped="BASE-CHARSET BASE-DEFER_OPEN BASE-DELAYWRITE BASE-DELETE BASE-OPENATTR BASE-TCONDEV" skipped="$skipped RAW-ACLS RAW-CLOSE RAW-COMPOSITE RAW-CONTEXT RAW-EAS" -skipped="$skipped RAW-IOCTL RAW-MKDIR RAW-MUX RAW-NOTIFY RAW-OPEN RAW-OPLOCK" +skipped="$skipped RAW-IOCTL RAW-MKDIR RAW-MUX RAW-NOTIFY RAW-OPEN" skipped="$skipped RAW-QFILEINFO RAW-QFSINFO RAW-RENAME RAW-SEARCH" skipped="$skipped RAW-SFILEINFO RAW-STREAMS RAW-UNLINK RAW-WRITE" |