[master] f81b172db Wearing my tinfoil hat...

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jan 28 12:50:10 UTC 2019


commit f81b172db5d8d98133756051e51b9c0a0a11f7d7
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jan 28 13:48:53 2019 +0100

    Wearing my tinfoil hat...
    
    Refs #2884

diff --git a/bin/varnishtest/tests/v00038.vtc b/bin/varnishtest/tests/v00038.vtc
index d408896b8..00cd8fff2 100644
--- a/bin/varnishtest/tests/v00038.vtc
+++ b/bin/varnishtest/tests/v00038.vtc
@@ -157,6 +157,12 @@ client c1 {
 	expect resp.status == 200
 } -run
 
+shell {
+	# for good measure
+	test -S "${s1_sock}" && rm -vf "${s1_sock}"
+	test ! -S "${s1_sock}"
+}
+
 server s1 -start
 
 client c1 -run


More information about the varnish-commit mailing list