aboutsummaryrefslogtreecommitdiff
path: root/tests/test01.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-24 00:10:28 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-24 00:10:28 +0200
commite1135c7194d612b56f337202186c66115f9cdf67 (patch)
tree5bccd02c07601248dbb2abc79af24b096e7931fd /tests/test01.at
parent6d4086e39c5cbe1011d7a3fc67902e0c199a5b21 (diff)
downloadvmod-binlog-e1135c7194d612b56f337202186c66115f9cdf67.tar.gz
vmod-binlog-e1135c7194d612b56f337202186c66115f9cdf67.tar.bz2
Varnish 4.1
* .gitmodules: New file. * acvmod: New submodule. * bootstrap: Update. * Makefile.am (ACLOCAL_AMFLAGS): Add acvmod * configure.ac: Use AM_VARNISHAPI instead of inlining the related code. Enable silent rules. Set version number 2.0.90-4.1.0 * src/vmod.vcc: Use $Event instead of $Init * src/binlog.c: Declare event function. * src/Makefile.am: Enable silent rules. * tests/Makefile.am: Likewise. * tests/atlocal.in (ret_vcl_recv): Remove variable. * tests/test01.at: Likewise. * tests/test02.at: Likewise.
Diffstat (limited to 'tests/test01.at')
-rw-r--r--tests/test01.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test01.at b/tests/test01.at
index d965b3c..d92c726 100644
--- a/tests/test01.at
+++ b/tests/test01.at
@@ -42,7 +42,7 @@ varnish v1 -vcl+backend {
binlog.pack(req.http.X-nid);
binlog.pack(req.http.X-aid);
binlog.commit();
- return ($ret_vcl_recv);
+ return (hash);
}
} -start

Return to:

Send suggestions and report system problems to the System administrator.