summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-29 13:05:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:45 -0500
commitd17ae2fe823cbc37ce94bdb1eb47648ffb9ea28a (patch)
tree80c0c8bc05bcd26304ccbb6b83cc19cd2416c9ce /source4
parent2096de0b8dd285a148bd28719fc88638f72da866 (diff)
downloadsamba-d17ae2fe823cbc37ce94bdb1eb47648ffb9ea28a.tar.gz
samba-d17ae2fe823cbc37ce94bdb1eb47648ffb9ea28a.tar.bz2
samba-d17ae2fe823cbc37ce94bdb1eb47648ffb9ea28a.zip
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)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/script/tests/test_net.sh2
1 files changed, 1 insertions, 1 deletions
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