aboutsummaryrefslogtreecommitdiff
path: root/tests/test01.vtc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test01.vtc')
-rw-r--r--tests/test01.vtc6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test01.vtc b/tests/test01.vtc
index da11d2b..ba7fd10 100644
--- a/tests/test01.vtc
+++ b/tests/test01.vtc
@@ -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", "trunc");
- }
- sub vcl_fini {
- tbf.close();
- }
sub vcl_deliver {
set resp.http.result = tbf.rate("url:"+req.url, 1, 1s, 5);
}

Return to:

Send suggestions and report system problems to the System administrator.