aboutsummaryrefslogtreecommitdiff
path: root/tests/test02.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test02.at')
-rw-r--r--tests/test02.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test02.at b/tests/test02.at
index 459a3cc..f1520a8 100644
--- a/tests/test02.at
+++ b/tests/test02.at
@@ -32,7 +32,7 @@ server s1 {
varnish v1 -vcl+backend {
import binlog from "$abs_top_builddir/src/.libs/libvmod_binlog.so";
sub vcl_init {
- binlog.init("$cwd/log","LL","size=1M;interval=10;roundts=1;pattern=%S.log");
+ binlog.init("$cwd/log","LL","size=1M;interval=10;roundts=1;pattern=%s.log");
}
sub vcl_fini {
binlog.close();

Return to:

Send suggestions and report system problems to the System administrator.