diff options
author | Günther Deschner <gd@samba.org> | 2010-03-19 09:19:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-19 10:56:11 +0100 |
commit | 4d6368f5f5b384af7e8d06425357cb1666ac853f (patch) | |
tree | 5a048e45533f6bbb7115c477e90ee80ef43e4eab /source3/script | |
parent | 3144a988e5e95671fd49bd2326099dff789fec5d (diff) | |
download | samba-4d6368f5f5b384af7e8d06425357cb1666ac853f.tar.gz samba-4d6368f5f5b384af7e8d06425357cb1666ac853f.tar.xz samba-4d6368f5f5b384af7e8d06425357cb1666ac853f.zip |
s3-selftest: enable RAP calls testsuite against samba3.
Guenther
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 4 |
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 f1b5608da86..1e95b07451d 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" |