[master] 667025750 fix glitch from previous

Nils Goroll nils.goroll at uplex.de
Fri Oct 11 10:30:07 UTC 2019


commit 667025750af1447e68886d00741f283b564aa3e4
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Oct 11 12:29:06 2019 +0200

    fix glitch from previous
    
    Ref #3088
    
    apparently the additional argument was just silently tolerated by
    varnishtest

diff --git a/bin/varnishtest/tests/u00010.vtc b/bin/varnishtest/tests/u00010.vtc
index b4f255191..6490b4e93 100644
--- a/bin/varnishtest/tests/u00010.vtc
+++ b/bin/varnishtest/tests/u00010.vtc
@@ -38,4 +38,4 @@ process p1 -need-bytes +1
 
 process p1 -screen_dump -write {q} -wait
 process p2 -screen_dump -kill TERM -wait
-process p3 -screen_dump -kill HUP {q} -wait
+process p3 -screen_dump -kill HUP -wait


More information about the varnish-commit mailing list