[master] f063578 Simplify
Federico G. Schwindt
fgsch at lodoss.net
Thu Nov 26 17:08:23 CET 2015
commit f0635786a2219a88e72d41e910cb0a220c0fba87
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Tue Nov 24 14:56:45 2015 +0000
Simplify
diff --git a/bin/varnishtest/tests/r01821.vtc b/bin/varnishtest/tests/r01821.vtc
index 1c8fa87..aac4020 100644
--- a/bin/varnishtest/tests/r01821.vtc
+++ b/bin/varnishtest/tests/r01821.vtc
@@ -1,8 +1,8 @@
-varnishtest "Slim down hit-for-pass objects"
+varnishtest "Slim down hit-for-pass objects"
server s1 -repeat 2 {
rxreq
- txresp -hdr "Cache-Control: max-age=5" -bodylen 65535
+ txresp -bodylen 65535
} -start
varnish v1 -vcl+backend {
@@ -12,13 +12,11 @@ varnish v1 -vcl+backend {
} -start
logexpect l1 -v v1 {
- expect * * Storage Transient
+ expect * * Storage "Transient"
} -start
client c1 {
- txreq -url /foo
- rxresp
- txreq -url /bar
+ txreq
rxresp
} -run
More information about the varnish-commit
mailing list