Commit 7ae1bf24 authored by Nils Goroll's avatar Nils Goroll

test std.fileread on non-existing file

parent 7a883dc5
......@@ -32,6 +32,7 @@ varnish v1 -vcl+backend {
}
sub vcl_deliver {
std.log(std.fileread("/this/file/should/not/exists"));
if (req.url == "/one") {
set resp.http.one = std.fileread("${tmpdir}/m00004_file_one");
} else if (req.url == "/two") {
......
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