diff options
Diffstat (limited to 'tests/data/test31')
-rw-r--r-- | tests/data/test31 | 3 |
1 files changed, 3 insertions, 0 deletions
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 <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" |