summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-30 20:11:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:15 -0500
commit92307d5b17f8a6705516ee05e0a41fc4d044403f (patch)
treecc5efa78b9bdb4eb77e1740b3c157a97fe813d9d /source3/script
parent7e5ab9629050a03840a2d6ca4086e5d52fbb3d15 (diff)
downloadsamba-92307d5b17f8a6705516ee05e0a41fc4d044403f.tar.gz
samba-92307d5b17f8a6705516ee05e0a41fc4d044403f.tar.bz2
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-xsource3/script/tests/selftest.sh2
-rwxr-xr-xsource3/script/tests/test_posix_s3.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index cdf5b36bfa..fe943b87b5 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 0dfdbf15aa..2274a1f7fe 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"