From 661dada50336d35c2ca28431236b3bd888fb95b4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Jan 2010 10:59:08 +0100 Subject: 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 --- source3/selftest/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/selftest') 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="" -- cgit