Revert "s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3."
authorGünther Deschner <gd@samba.org>
Fri, 29 May 2009 16:11:39 +0000 (18:11 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 29 May 2009 16:11:39 +0000 (18:11 +0200)
This reverts commit 8da15dc29a920cd6f4d2ed96e8de4fbcd9d1ba11.

source3/script/tests/test_posix_s3.sh

index 03e145d2c0e4be039d8d9e5a8c6524138ae0cb37..83593dde4d60e55252066607524dbd56d385b59f 100755 (executable)
@@ -47,15 +47,12 @@ rpc="$rpc RPC-SCHANNEL RPC-SCHANNEL2 RPC-BENCH-SCHANNEL1"
 
 local="LOCAL-NSS-WRAPPER"
 
-netapi="NETAPI-INITIALIZE NETAPI-USER"
-
-
 # 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 $netapi"
+tests="$base $raw $rpc $unix $local"
 
 if test "x$POSIX_SUBTESTS" != "x" ; then
        tests="$POSIX_SUBTESTS"