[master] d7cb26c50 Add some debugging to figure out how old fashioned Solaris is.

Poul-Henning Kamp phk at FreeBSD.org
Tue Dec 5 12:38:06 UTC 2023


commit d7cb26c509f34c90e886757695006dedf9e29fd1
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Dec 5 12:37:01 2023 +0000

    Add some debugging to figure out how old fashioned Solaris is.

diff --git a/bin/varnishtest/tests/u00000.vtc b/bin/varnishtest/tests/u00000.vtc
index 8b1e9de32..95fac23dd 100644
--- a/bin/varnishtest/tests/u00000.vtc
+++ b/bin/varnishtest/tests/u00000.vtc
@@ -174,8 +174,9 @@ shell -err -expect {Cannot read -f file} {
 
 process p1 {
 	/bin/echo -n foobar > ${tmpdir}/_foobar
+	ls -l ${tmpdir}/_foobar
 	exec varnishd -n ${tmpdir}/v0 -d -a :0 -I ${tmpdir}/_foobar 2>&1
-} -expect-exit 2 -start
+} -expect-exit 2 -dump -start
 
 process p1 -expect-text 0 0 "-I file had incomplete CLI command at the end"
 process p1 -screen-dump


More information about the varnish-commit mailing list