From: phk Date: Sun, 15 Jun 2008 20:41:35 +0000 (+0000) Subject: No longer relevant X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a33facecdfd9f693c0c28e27357b843f42147a0;p=varnish No longer relevant git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2693 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/t000.vtc b/varnish-cache/bin/varnishtest/t000.vtc deleted file mode 100644 index e3bd174f..00000000 --- a/varnish-cache/bin/varnishtest/t000.vtc +++ /dev/null @@ -1,24 +0,0 @@ -# Quis custodiet ipsos custodes? -# -# $Id$ - -server s1 -listen :9080 -repeat 2 { - rxreq - expect req.url == "/" - txresp -hdr "Foobar: barf" -body "0123456789" -} - -server s1 -start - -client c1 -connect localhost:9080 { - txreq - rxresp - expect resp.status == 200 - expect resp.http.foobar == barf -} - -client c1 -run - -client c1 -run - -server s1 -wait