aboutsummaryrefslogtreecommitdiff
path: root/tests/check.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/check.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/check.at')
-rw-r--r--tests/check.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check.at b/tests/check.at
index f45c1b1..9ed2974 100644
--- a/tests/check.at
+++ b/tests/check.at
@@ -15,7 +15,7 @@
# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
AT_SETUP([check])
AT_KEYWORDS([check])
-AT_VARNISHTEST([tbf],[
+AT_VARNISHTEST([
sub vcl_recv {
if (!tbf.check("url:"+req.url, "4 req/s")) {
return (synth(420, "Overlimit"));

Return to:

Send suggestions and report system problems to the System administrator.