From 276452ca1096c40c886eee3ea461d462b7bcdadc Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 18 Nov 2012 14:55:29 +0100 Subject: 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. --- tests/data/test31 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/data/test31') diff --git a/tests/data/test31 b/tests/data/test31 index ef05f7cd3..b1171d81d 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -72,6 +72,9 @@ TZ=GMT http://%HOSTIP:%HTTPPORT/we/want/31 -b none -c log/jar31.txt + +perl -e 'if ("%HOSTIP" !~ /127\.0\.0\.1$/) {print "Test only works for HOSTIP 127.0.0.1"; exit(1)}' + # Verify data after the test has been "shot" -- cgit v1.2.3