summaryrefslogtreecommitdiff
path: root/source4/script/tests
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-xsource4/script/tests/selftest.sh1
-rwxr-xr-xsource4/script/tests/test_posix.sh4
2 files changed, 4 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh
index 79440b9207..1440cf6ea0 100755
--- a/source4/script/tests/selftest.sh
+++ b/source4/script/tests/selftest.sh
@@ -123,6 +123,7 @@ cat >$CONFFILE<<EOF
wins support = yes
server role = pdc
max xmit = 32K
+ server max protocol = SMB2
[tmp]
path = $TMPDIR
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh
index a9f2efc6bd..df8648caaf 100755
--- a/source4/script/tests/test_posix.sh
+++ b/source4/script/tests/test_posix.sh
@@ -43,7 +43,9 @@ raw="$raw RAW-IOCTL RAW-LOCK RAW-MKDIR RAW-MUX RAW-NOTIFY RAW-OPEN RAW-OPLOCK"
raw="$raw RAW-QFILEINFO RAW-QFSINFO RAW-READ RAW-RENAME RAW-SEARCH RAW-SEEK"
raw="$raw RAW-SFILEINFO RAW-SFILEINFO-BUG RAW-STREAMS RAW-UNLINK RAW-WRITE"
-tests="$base $raw"
+smb2="SMB2-CONNECT"
+
+tests="$base $raw $smb2"
#
# please add tests you want to be skipped here!