From d17ae2fe823cbc37ce94bdb1eb47648ffb9ea28a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 29 Apr 2007 13:05:53 +0000 Subject: r22568: use the $SERVER_IP for the NET-* tests because I'll later change $SERVER from localhost to localdc mimir: please take a look why that's needed at all, as it shouldn't:-) metze (This used to be commit b06a9a00cf8414b13c16550a8156dba65c5dd7ea) --- source4/script/tests/test_net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/script/tests/test_net.sh b/source4/script/tests/test_net.sh index c99fee4f46..7973461f98 100755 --- a/source4/script/tests/test_net.sh +++ b/source4/script/tests/test_net.sh @@ -18,7 +18,7 @@ for bindoptions in seal,padcheck $VALIDATE bigendian; do esac for t in $tests; do name="$t on $transport with $bindoptions" - plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"\$SERVER[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" $t "$*" + plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"\$SERVER_IP[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" $t "$*" done done done -- cgit