]> err.no Git - varnish/commitdiff
No longer relevant
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jun 2008 20:41:35 +0000 (20:41 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jun 2008 20:41:35 +0000 (20:41 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2693 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/t000.vtc [deleted file]

diff --git a/varnish-cache/bin/varnishtest/t000.vtc b/varnish-cache/bin/varnishtest/t000.vtc
deleted file mode 100644 (file)
index e3bd174..0000000
+++ /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