aboutsummaryrefslogtreecommitdiff
path: root/tests/gstring.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 15:28:18 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 15:28:18 +0300
commitc8cee8164cf638da3851a2c56a844e5ff3609eb0 (patch)
treec7b87a2e05d8636a7dd1105dae066269f760dcbf /tests/gstring.at
parentc00608a8e43c28712d120dd874650c652729af09 (diff)
downloadvmod-variable-c8cee8164cf638da3851a2c56a844e5ff3609eb0.tar.gz
vmod-variable-c8cee8164cf638da3851a2c56a844e5ff3609eb0.tar.bz2
Support for varnish 5.1.release-1.2
* configure.ac: Set version 1.2 (AC_VMOD_BASENAME): New subst variable. * NEWS: : Document changes. * acvmod: Updated. * tests/Makefile.am: Define AT_VMOD_BASENAME in package.m4 * tests/atlocal.in: Add @VARNISH_SBINDIR@ to PATH. * tests/clear.at: Change arguments to AM_VARNISHTEST macro. * tests/complex.at: Likewise. * tests/defined.at: Likewise. * tests/duration.at: Likewise. * tests/gstring.at: Likewise. * tests/int.at: Likewise. * tests/queryset00.at: Likewise. * tests/queryset01.at: Likewise. * tests/real.at: Likewise. * tests/regset.at: Likewise. * tests/string.at: Likewise. * tests/type_of.at: Likewise. * tests/unset.at: Likewise.
Diffstat (limited to 'tests/gstring.at')
-rw-r--r--tests/gstring.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gstring.at b/tests/gstring.at
index bcf7beb..cf43583 100644
--- a/tests/gstring.at
+++ b/tests/gstring.at
@@ -17,7 +17,7 @@
AT_SETUP(global string)
AT_KEYWORDS(global string gstring)
-AT_VARNISHTEST([variable],[
+AT_VARNISHTEST([
sub vcl_recv {
if (req.url == "/") {
variable.global_set("host", req.http.Host);

Return to:

Send suggestions and report system problems to the System administrator.