Add a HOSTIP precheck for tests 31 and 1105

They currently only work for 127.0.0.1 which
is hardcoded and can't be easily changed.
This commit is contained in:
Fabian Keil
2012-11-18 14:55:29 +01:00
committed by Daniel Stenberg
parent 1b10dd7aae
commit 276452ca10
2 changed files with 6 additions and 0 deletions

View File

@@ -72,6 +72,9 @@ TZ=GMT
<command>
http://%HOSTIP:%HTTPPORT/we/want/31 -b none -c log/jar31.txt
</command>
<precheck>
perl -e 'if ("%HOSTIP" !~ /127\.0\.0\.1$/) {print "Test only works for HOSTIP 127.0.0.1"; exit(1)}'
</precheck>
</client>
# Verify data after the test has been "shot"