[master] f2238acc7 Use the canonical -l argument so our tiniest vtesters can cope
Poul-Henning Kamp
phk at FreeBSD.org
Wed Mar 16 13:48:09 UTC 2022
commit f2238acc752e54d8b4515a221dcd2bcb8f45d042
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Wed Mar 16 13:47:08 2022 +0000
Use the canonical -l argument so our tiniest vtesters can cope
diff --git a/bin/varnishtest/tests/r03159.vtc b/bin/varnishtest/tests/r03159.vtc
index b25a18597..f13aaaf0d 100644
--- a/bin/varnishtest/tests/r03159.vtc
+++ b/bin/varnishtest/tests/r03159.vtc
@@ -12,7 +12,8 @@ shell {
process p1 -winsz 100 80 -log {
varnishd -F -n "${tmpdir}/t" -a "${tmpdir}/sock" \
- -p vcc_err_unref=off -f "${tmpdir}/unref.vcl" 2>&1
+ -p vcc_err_unref=off -f "${tmpdir}/unref.vcl" \
+ -l 2m 2>&1
} -start
process p1 -expect-text 0 1 "Unused sub foo, defined:"
More information about the varnish-commit
mailing list