diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-09-20 20:39:17 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-09-20 20:39:17 +0000 |
commit | 4686adb4331b539dacd065bafc82e31a9eca08e8 (patch) | |
tree | e006c1828c9aabefd02efe45dee674c2baad1479 /tests/data/test53 | |
parent | 785a4899f50587bf5a1afc028deefea59a8266e6 (diff) |
Added variable substitution to the <verify><file> section.
Made a few more tests work remotely.
Diffstat (limited to 'tests/data/test53')
-rw-r--r-- | tests/data/test53 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test53 b/tests/data/test53 index 226d258d1..0ced2d237 100644 --- a/tests/data/test53 +++ b/tests/data/test53 @@ -32,9 +32,9 @@ HTTP, junk session cookies %HOSTIP:%HTTPPORT/want/53 -b log/injar53 -j </command> <file name="log/injar53"> -127.0.0.1 FALSE / FALSE 2139150993 mooo indeed -127.0.0.1 FALSE / FALSE 0 moo1 indeed -127.0.0.1 FALSE / FALSE 1 moo2 indeed +%HOSTIP FALSE / FALSE 2139150993 mooo indeed +%HOSTIP FALSE / FALSE 0 moo1 indeed +%HOSTIP FALSE / FALSE 1 moo2 indeed </file> </client> |