Commit 5b3ab4c1 authored by Geoff Simmons's avatar Geoff Simmons

minor and cosmetic simplification of the hex test

parent d36e4083
......@@ -2,11 +2,10 @@
varnishtest "hex encode and decode"
server s1 {} -start
varnish v1 -vcl+backend {
varnish v1 -vcl {
import convert from "${vmod_topbuild}/src/.libs/libvmod_convert.so";
import ${vmod_std};
backend b { .host = "${bad_ip}"; }
sub vcl_recv {
return(synth(200));
......@@ -160,8 +159,9 @@ client c1 {
expect resp.http.decmanypieces == "foo bar baz quux"
} -run
varnish v1 -vcl+backend {
varnish v1 -vcl {
import convert from "${vmod_topbuild}/src/.libs/libvmod_convert.so";
backend b { .host = "${bad_ip}"; }
sub vcl_recv {
return(synth(200));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment