[master] 7161dcf9d Work around autocrappery screwing up argv[0]
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Tue Sep 25 20:14:07 UTC 2018
    
    
  
commit 7161dcf9d9f5380ffd0483ee9a163270ac04f1df
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 25 20:12:44 2018 +0000
    Work around autocrappery screwing up argv[0]
diff --git a/bin/varnishtest/tests/a00000.vtc b/bin/varnishtest/tests/a00000.vtc
index 3f012b105..2d3604f24 100644
--- a/bin/varnishtest/tests/a00000.vtc
+++ b/bin/varnishtest/tests/a00000.vtc
@@ -1,6 +1,6 @@
 varnishtest "Test varnishtest itself"
 
-shell -exit 1 -expect {usage: varnishtest} {varnishtest -h}
+shell -exit 1 -expect {varnishtest [options]} {varnishtest -h}
 
 shell -exit 1 -match {-D.*Define macro} {varnishtest -h}
 
    
    
More information about the varnish-commit
mailing list