[master] 7dd89f8 Force the object into the -sfile storage

Poul-Henning Kamp phk at varnish-cache.org
Sun Nov 10 09:39:15 CET 2013


commit 7dd89f87ecb05f9b77d246f6748b6823881cf79a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sun Nov 10 08:38:55 2013 +0000

    Force the object into the -sfile storage

diff --git a/bin/varnishtest/tests/s00003.vtc b/bin/varnishtest/tests/s00003.vtc
index c9a5e9f..35cc252 100644
--- a/bin/varnishtest/tests/s00003.vtc
+++ b/bin/varnishtest/tests/s00003.vtc
@@ -17,7 +17,7 @@ server s1 {
 } -start
 
 varnish v1 \
-	-arg "-sfile,${tmpdir}/_.file,10m" \
+	-arg "-sTransient=file,${tmpdir}/_.file,10m" \
 	-vcl+backend {
 		sub vcl_backend_response {
 			set beresp.do_stream = false;



More information about the varnish-commit mailing list