aboutsummaryrefslogtreecommitdiff
path: root/tests/strftime.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 15:15:53 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 15:15:53 +0300
commit0e75d63c9aeacfedcffce7ff4e6c552c3cff227d (patch)
treef645c17beed2dcf7253c8410f100d66342e48dd3 /tests/strftime.at
parentdc761f6a343b8688c2c10957a9e80e77a0e5e63c (diff)
downloadvmod-tbf-0e75d63c9aeacfedcffce7ff4e6c552c3cff227d.tar.gz
vmod-tbf-0e75d63c9aeacfedcffce7ff4e6c552c3cff227d.tar.bz2
Support for varnish 5.1.release-2.2
* configure.ac: Set version 2.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/check.at: Change the use of AT_VARNISHTEST macro. * tests/checkf.at: Likewise. * tests/dump.at: Likewise. * tests/rate.at: Likewise. * tests/ratef.at: Likewise. * tests/strftime.at: Likewise.
Diffstat (limited to 'tests/strftime.at')
-rw-r--r--tests/strftime.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/strftime.at b/tests/strftime.at
index 58fc723..55b04fd 100644
--- a/tests/strftime.at
+++ b/tests/strftime.at
@@ -16,7 +16,7 @@
AT_SETUP([strftime])
AT_KEYWORDS([strftime])
-AT_VARNISHTEST([tbf],[
+AT_VARNISHTEST([
sub vcl_deliver {
set resp.http.result = tbf.strftime("%Y-%m-%d", 26697600);
}

Return to:

Send suggestions and report system problems to the System administrator.