aboutsummaryrefslogtreecommitdiff
path: root/tests/gstring.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gstring.at')
-rw-r--r--tests/gstring.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gstring.at b/tests/gstring.at
index 8a93dfe..bcf7beb 100644
--- a/tests/gstring.at
+++ b/tests/gstring.at
@@ -1,5 +1,5 @@
1# This file is part of vmod-variable -*- autotest -*- 1# This file is part of vmod-variable -*- autotest -*-
2# Copyright (C) 2015 Sergey Poznyakoff 2# Copyright (C) 2015, 2017 Sergey Poznyakoff
3# 3#
4# Vmod-variable is free software; you can redistribute it and/or modify 4# Vmod-variable is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
17AT_SETUP(global string) 17AT_SETUP(global string)
18AT_KEYWORDS(global string gstring) 18AT_KEYWORDS(global string gstring)
19 19
20AT_VARNISHTEST([ 20AT_VARNISHTEST([variable],[
21sub vcl_recv { 21sub vcl_recv {
22 if (req.url == "/") { 22 if (req.url == "/") {
23 variable.global_set("host", req.http.Host); 23 variable.global_set("host", req.http.Host);

Return to:

Send suggestions and report system problems to the System administrator.