diff options
author | Günther Deschner <gd@samba.org> | 2010-01-18 10:59:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-01-18 11:04:08 +0100 |
commit | 661dada50336d35c2ca28431236b3bd888fb95b4 (patch) | |
tree | 2a5bd47bf6ea3e2889f75c615f28e7a6d4aa05b1 /source3/selftest | |
parent | 7d5adf8dec81aa5b7863550aaa7b579b82e3ab80 (diff) | |
download | samba-661dada50336d35c2ca28431236b3bd888fb95b4.tar.gz samba-661dada50336d35c2ca28431236b3bd888fb95b4.tar.bz2 samba-661dada50336d35c2ca28431236b3bd888fb95b4.zip |
s3-selftest: use testenv dc so that smbtorture4 actually uses the client configuration.
Found while trying to get RPC-SPOOLSS-NOTIFY working against s3.
Guenther
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh index ea59f0ee8e..0fbee8a278 100755 --- a/source3/selftest/tests.sh +++ b/source3/selftest/tests.sh @@ -136,7 +136,7 @@ plantest "blackbox.net_s3" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERV ( shift $# testitprefix="posix_s3." - testitenv="dc:local" + testitenv="dc" SMBTORTURE4BINARY=$SMBTORTURE4 TORTURE4_OPTIONS="" |