aboutsummaryrefslogtreecommitdiff
path: root/tests/test03.vtc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test03.vtc')
-rw-r--r--tests/test03.vtc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test03.vtc b/tests/test03.vtc
index 5ffba9a..aa23da4 100644
--- a/tests/test03.vtc
+++ b/tests/test03.vtc
@@ -5,13 +5,13 @@ server s1 {
txresp
} -start
varnish v1 -vcl+backend {
import tbf from "${vmod_topbuild}/src/.libs/libvmod_tbf.so";
sub vcl_init {
- tbf.open("${vmod_topbuild}/tests/tbf.db", "trunc");
+ tbf.open("${vmod_topbuild}/tests/tbf", "trunc");
}
sub vcl_fini {
tbf.close();
}
sub vcl_deliver {
set resp.http.result = tbf.check("url:"+req.url, "4req/s");

Return to:

Send suggestions and report system problems to the System administrator.