summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-03-19 09:19:39 +0100
committerGünther Deschner <gd@samba.org>2010-03-19 10:56:11 +0100
commit4d6368f5f5b384af7e8d06425357cb1666ac853f (patch)
tree5a048e45533f6bbb7115c477e90ee80ef43e4eab /source3/script
parent3144a988e5e95671fd49bd2326099dff789fec5d (diff)
downloadsamba-4d6368f5f5b384af7e8d06425357cb1666ac853f.tar.gz
samba-4d6368f5f5b384af7e8d06425357cb1666ac853f.tar.bz2
samba-4d6368f5f5b384af7e8d06425357cb1666ac853f.zip
s3-selftest: enable RAP calls testsuite against samba3.
Guenther
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_posix_s3.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh
index f1b5608da8..1e95b07451 100755
--- a/source3/script/tests/test_posix_s3.sh
+++ b/source3/script/tests/test_posix_s3.sh
@@ -54,12 +54,14 @@ local="LOCAL-NSS-WRAPPER LOCAL-NDR"
winbind="WINBIND-STRUCT WINBIND-WBCLIENT"
+rap="RAP-BASIC"
+
# NOTE: to enable the UNIX-WHOAMI test, we need to change the default share
# config to allow guest access. I'm not sure whether this would break other
# tests, so leaving it alone for now -- jpeach
unix="UNIX-INFO2"
-tests="$base $raw $rpc $unix $local $winbind"
+tests="$base $raw $rpc $unix $local $winbind $rap"
if test "x$POSIX_SUBTESTS" != "x" ; then
tests="$POSIX_SUBTESTS"