[master] 28f4e1f Tweak a couple of -l options and drop an needless -s option

Poul-Henning Kamp phk at FreeBSD.org
Fri Mar 10 13:31:05 CET 2017


commit 28f4e1f828365eda527375e9f80e8e59034d9059
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Mar 10 12:10:44 2017 +0000

    Tweak a couple of -l options and drop an needless -s option

diff --git a/bin/varnishtest/tests/a00009.vtc b/bin/varnishtest/tests/a00009.vtc
index ca0f299..f6e2a39 100644
--- a/bin/varnishtest/tests/a00009.vtc
+++ b/bin/varnishtest/tests/a00009.vtc
@@ -42,7 +42,7 @@ shell -err -expect {Neither -b nor -f given} { varnishd -n ${tmpdir}/v0  }
 
 # Test -F mode with no VCL loaded
 
-process p1 "exec varnishd -n ${tmpdir}/v1 -F -f '' -a :0 -l2m,3m -s malloc,1m" -log -start
+process p1 "exec varnishd -n ${tmpdir}/v1 -F -f '' -a :0 -l2m,1m" -log -start
 
 delay 2
 
diff --git a/bin/varnishtest/tests/a00016.vtc b/bin/varnishtest/tests/a00016.vtc
index 963210f..354b01f 100644
--- a/bin/varnishtest/tests/a00016.vtc
+++ b/bin/varnishtest/tests/a00016.vtc
@@ -9,5 +9,5 @@ shell -err -expect {Error: -I file CLI command failed (104)} {
 	echo "vcl.list" > foo
 	echo "-foobar" >> foo
 	echo "vcl.load" >> foo
-	varnishd -f '' -I foo -n ${tmpdir}/v0 -a :0
+	varnishd -f '' -I foo -n ${tmpdir}/v0 -a :0 -l 2m,1m
 }



More information about the varnish-commit mailing list