Commit 0fbde241 authored by Nils Goroll's avatar Nils Goroll

Revert "varnishtest is now more picky about vtc files"

I've just changed varnishtest to be fine with whitespace and comments

This reverts commit 2915adac.
parent 2915adac
Pipeline #6 skipped
# looks like -*- perl -*-
varnishtest "vcl.use and .discard, and version string" varnishtest "vcl.use and .discard, and version string"
server s1 { server s1 {
......
# looks like -*- perl -*-
varnishtest "base64 encode and decode" varnishtest "base64 encode and decode"
varnish v1 -vcl { varnish v1 -vcl {
......
# looks like -*- perl -*-
varnishtest "base64 decode_n()" varnishtest "base64 decode_n()"
varnish v1 -vcl { varnish v1 -vcl {
......
# looks like -*- perl -*-
varnishtest "blob object interface" varnishtest "blob object interface"
server s1 {} -start server s1 {} -start
......
# looks like -*- perl -*-
varnishtest "hex encode and decode" varnishtest "hex encode and decode"
varnish v1 -vcl { varnish v1 -vcl {
......
# looks like -*- perl -*-
varnishtest "hex decode_n()" varnishtest "hex decode_n()"
varnish v1 -vcl { varnish v1 -vcl {
......
# looks like -*- perl -*-
varnishtest "IDENTITY encode and decode" varnishtest "IDENTITY encode and decode"
varnish v1 -vcl { varnish v1 -vcl {
......
# looks like -*- perl -*-
varnishtest "IDENTITY decode_n()" varnishtest "IDENTITY decode_n()"
varnish v1 -vcl { varnish v1 -vcl {
......
# looks like -*- perl -*-
varnishtest "url encode and decode" varnishtest "url encode and decode"
varnish v1 -vcl { varnish v1 -vcl {
......
# looks like -*- perl -*-
varnishtest "decode_n() with URL" varnishtest "decode_n() with URL"
varnish v1 -vcl { varnish v1 -vcl {
......
# looks like -*- perl -*-
varnishtest "test permitted use of functions in vcl_subs" varnishtest "test permitted use of functions in vcl_subs"
varnish v1 -vcl { backend b { .host="${bad_ip}"; } } -start varnish v1 -vcl { backend b { .host="${bad_ip}"; } } -start
......
# looks like -*- perl -*-
varnishtest "Test transcode()" varnishtest "Test transcode()"
varnish v1 -vcl { varnish v1 -vcl {
......
# looks like -*- perl -*-
varnishtest "Test transcode_n()" varnishtest "Test transcode_n()"
varnish v1 -vcl { varnish v1 -vcl {
......
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