summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Keil <fk@fabiankeil.de>2012-11-15 14:02:21 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-11-19 10:58:14 +0100
commit1b10dd7aaecae14003c26445d2f36af053ca373d (patch)
treef9a984f9ced1974688ba4a6d12d3945b60c4e330
parent7aebb3cc42535fc26e2670bb659541bb0e6d14c3 (diff)
downloadgnurl-1b10dd7aaecae14003c26445d2f36af053ca373d.tar.gz
gnurl-1b10dd7aaecae14003c26445d2f36af053ca373d.tar.bz2
gnurl-1b10dd7aaecae14003c26445d2f36af053ca373d.zip
Let test 8 work as long as %HOSTIP ends with ".0.0.1"
.. and add a precheck to skip the test otherwise.
-rw-r--r--tests/data/test87
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/data/test8 b/tests/data/test8
index 4a6e00455..c36408ac2 100644
--- a/tests/data/test8
+++ b/tests/data/test8
@@ -35,8 +35,8 @@ Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Type: text/html
Funny-head: yesyes
-Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
-Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
+Set-Cookie: foobar=name; domain=%HOSTIP; path=/;
+Set-Cookie: mismatch=this; domain=%HOSTIP; path="/silly/";
Set-Cookie: partmatch=present; domain=.0.0.1; path=/w;
Set-Cookie: duplicate=test; domain=.0.0.1; domain=.0.0.1; path=/donkey;
Set-Cookie: cookie=yes; path=/we;
@@ -45,6 +45,9 @@ Set-Cookie: nocookie=yes; path=/WE;
Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;
</file>
+<precheck>
+perl -e 'if ("%HOSTIP" !~ /\.0\.0\.1$/) {print "Test only works for HOSTIPs ending with .0.0.1"; exit(1)}'
+</precheck>
</client>
# Verify data after the test has been "shot"