Varnishtest -storage option can not be specified multiple times to
append. Fix the test case to list all the silos in one -storage
option.
---
 bin/varnishtest/tests/p00002.vtc |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/varnishtest/tests/p00002.vtc b/bin/varnishtest/tests/p00002.vtc
index dc6e584..53bf892 100644
--- a/bin/varnishtest/tests/p00002.vtc
+++ b/bin/varnishtest/tests/p00002.vtc
@@ -10,8 +10,7 @@ server s1 {
 varnish v1 \
        -arg "-pfeature=+wait_silo" \
        -arg "-pban_lurker_sleep=0" \
-       -storage "-spersistent,${tmpdir}/_.per1,10m" \
-       -storage "-spersistent,${tmpdir}/_.per2,10m" \
+       -storage "-spersistent,${tmpdir}/_.per1,10m 
-spersistent,${tmpdir}/_.per2,10m" \
        -vcl+backend { } -start 
 
 client c1 {
-- 
1.7.10.4


_______________________________________________
varnish-dev mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to