aboutsummaryrefslogtreecommitdiff
path: root/tests/test01.vtc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test01.vtc')
-rw-r--r--tests/test01.vtc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test01.vtc b/tests/test01.vtc
index ad6f7d1..39eb4c3 100644
--- a/tests/test01.vtc
+++ b/tests/test01.vtc
@@ -8,7 +8,7 @@ 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.db", "trunc");
+ tbf.open("${vmod_topbuild}/tests/tbf", "trunc");
}
sub vcl_fini {
tbf.close();

Return to:

Send suggestions and report system problems to the System administrator.