[experimental-ims] 4e9bf8c Revert "Teach varnishtest about VRE_NOTEMPTY_ATSTART and skip c00047"

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:52:34 CET 2012


commit 4e9bf8c846308e3ead7b9f1051fe9865e0acf0c5
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Nov 14 11:59:17 2011 +0100

    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 43b009a8454f18c7aaaa211b19d2e54004dce24e.

diff --git a/bin/varnishtest/tests/c00047.vtc b/bin/varnishtest/tests/c00047.vtc
index dd1d256..4b23194 100644
--- a/bin/varnishtest/tests/c00047.vtc
+++ b/bin/varnishtest/tests/c00047.vtc
@@ -1,7 +1,5 @@
 varnishtest "Test VCL regsuball()"
 
-feature VRE_NOTEMPTY_ATSTART
-
 server s1 {
 	rxreq 
 	txresp \
diff --git a/bin/varnishtest/vtc.c b/bin/varnishtest/vtc.c
index d6c3b35..9581b3c 100644
--- a/bin/varnishtest/vtc.c
+++ b/bin/varnishtest/vtc.c
@@ -43,7 +43,6 @@
 #include "vtc.h"
 
 #include "vav.h"
-#include "vre.h"
 #include "vtim.h"
 
 
@@ -495,9 +494,6 @@ cmd_feature(CMD_ARGS)
 			continue;
 #endif
 		}
-		if (!strcmp(av[i], "VRE_NOTEMPTY_ATSTART") &&
-		    VRE_NOTEMPTY_ATSTART)
-			continue;
 
 		vtc_log(vl, 1, "SKIPPING test, missing feature: %s", av[i]);
 		vtc_stop = 1;



More information about the varnish-commit mailing list