aboutsummaryrefslogtreecommitdiff
path: root/tests/test02.vti
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test02.vti')
-rw-r--r--tests/test02.vti6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test02.vti b/tests/test02.vti
index ef58fb8..54ecdee 100644
--- a/tests/test02.vti
+++ b/tests/test02.vti
@@ -23,12 +23,6 @@ server s1 {
varnish v1 -vcl+backend {
import tbf from "${vmod_topbuild}/src/.libs/libvmod_tbf.so";
- sub vcl_init {
- tbf.open("${vmod_topbuild}/tests/tbf", "truncate");
- }
- sub vcl_fini {
- tbf.close();
- }
sub vcl_recv {
if (!tbf.check("url:"+req.url, "4 req/s")) {
#VARNISH3# error 420 "Overlimit";

Return to:

Send suggestions and report system problems to the System administrator.