Commit c785de16 authored by Geoff Simmons's avatar Geoff Simmons

Explicitly set malloc storage in the regression test for #2530.

Storage defaults to umem where libumem is available, as is usually
the case on SunOS. So checking SMA.* stats was causing the test to
fail on Solaris.
parent 68921c02
......@@ -30,7 +30,7 @@ server s1 {
sendhex 1f8b
} -start
varnish v1 -vcl+backend {
varnish v1 -arg "-smalloc -sTransient=malloc" -vcl+backend {
sub vcl_recv {
if (req.url == "/pass") {
return (pass);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment