aboutsummaryrefslogtreecommitdiff
path: root/tests/test00.vtc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test00.vtc')
-rw-r--r--tests/test00.vtc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test00.vtc b/tests/test00.vtc
index 10f99ca..f69f5ed 100644
--- a/tests/test00.vtc
+++ b/tests/test00.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", "truncate");
+ tbf.open("${vmod_topbuild}/tests/tbf", "truncate");
}
sub vcl_fini {
tbf.close();
}
sub vcl_recv {
if (!tbf.rate("url:"+req.url, 1, 20 s, 5)) {

Return to:

Send suggestions and report system problems to the System administrator.