Mailing List Archive

[master] 5f95d3671 vtc: Increase screen width in u11
commit 5f95d3671bd486581e8fdf2c1023ea9772ee26aa
Author: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
Date: Thu Dec 8 09:09:59 2022 +0100

vtc: Increase screen width in u11

Otherwise a long banner may throw expectations off by one line.

Fixes #3877

diff --git a/bin/varnishtest/tests/u00011.vtc b/bin/varnishtest/tests/u00011.vtc
index 1561ad1e4..42152f824 100644
--- a/bin/varnishtest/tests/u00011.vtc
+++ b/bin/varnishtest/tests/u00011.vtc
@@ -14,7 +14,7 @@ client c1 {

varnish v1 -vsl_catchup

-process p1 -log {varnishadm -n ${v1_name}} -start
+process p1 -log -winsz 25 120 {varnishadm -n ${v1_name}} -start

process p1 -expect-text 0 1 "Type 'quit' to close CLI session."

_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit