summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_net.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests/test_net.sh')
-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