Commit dc791307 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

If people only specify the Transient storage, only run on the Transient

storage.

Fixes	#1176
parent 4670e054
varnishtest "-s Transient=malloc crash"
server s1 {
rxreq
txresp
} -start
varnish v1 -storage "-s Transient=malloc" -vcl+backend {} -start
client c1 {
txreq
rxresp
expect resp.status == 200
} -run
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