Commit 4e9bf8c8 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Revert "Teach varnishtest about VRE_NOTEMPTY_ATSTART and skip c00047"

This isn't needed since we no longer use VRE_NOTEMPTY_ATSTART

This reverts commit 43b009a8.
parent 60ddf626
varnishtest "Test VCL regsuball()" varnishtest "Test VCL regsuball()"
feature VRE_NOTEMPTY_ATSTART
server s1 { server s1 {
rxreq rxreq
txresp \ txresp \
......
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
#include "vtc.h" #include "vtc.h"
#include "vav.h" #include "vav.h"
#include "vre.h"
#include "vtim.h" #include "vtim.h"
...@@ -495,9 +494,6 @@ cmd_feature(CMD_ARGS) ...@@ -495,9 +494,6 @@ cmd_feature(CMD_ARGS)
continue; continue;
#endif #endif
} }
if (!strcmp(av[i], "VRE_NOTEMPTY_ATSTART") &&
VRE_NOTEMPTY_ATSTART)
continue;
vtc_log(vl, 1, "SKIPPING test, missing feature: %s", av[i]); vtc_log(vl, 1, "SKIPPING test, missing feature: %s", av[i]);
vtc_stop = 1; vtc_stop = 1;
......
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