[master] 5f95d3671 vtc: Increase screen width in u11

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Dec 8 08:12:07 UTC 2022


commit 5f95d3671bd486581e8fdf2c1023ea9772ee26aa
Author: Dridi Boukelmoune <dridi.boukelmoune at 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."
 


More information about the varnish-commit mailing list