aboutsummaryrefslogtreecommitdiff
path: root/tests/regset.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regset.at')
-rw-r--r--tests/regset.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/regset.at b/tests/regset.at
index cc92578..d942ad2 100644
--- a/tests/regset.at
+++ b/tests/regset.at
@@ -1,5 +1,5 @@
# This file is part of vmod-variable -*- autotest -*-
-# Copyright (C) 2015 Sergey Poznyakoff
+# Copyright (C) 2015, 2017 Sergey Poznyakoff
#
# Vmod-variable is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
AT_SETUP(regset)
AT_KEYWORDS(regset)
-AT_VARNISHTEST([
+AT_VARNISHTEST([variable],[
sub vcl_recv {
variable.regset("y:i,x,time:d=\3s", "^/(\d+)/(.+)/(\d+)", req.url);
}
@@ -36,4 +36,4 @@ expect resp.http.X-Time == "60.000"
AT_CLEANUP
- \ No newline at end of file
+

Return to:

Send suggestions and report system problems to the System administrator.