From 7731921835a8f7c1c7e859b99f7a70edad360156 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Mon, 14 May 2007 23:24:50 +0000 Subject: r22871: restore testing against host name instead of ip address rafal (This used to be commit 5638210f2de88db5c4a769078f738b11ded5a61f) --- source4/selftest/test_net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/selftest') diff --git a/source4/selftest/test_net.sh b/source4/selftest/test_net.sh index 7973461f98..c99fee4f46 100755 --- a/source4/selftest/test_net.sh +++ b/source4/selftest/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_IP[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" $t "$*" + plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"\$SERVER[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" $t "$*" done done done -- cgit