summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-12-13 17:12:43 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-12-18 14:58:06 +0000
commitde78e2d59e3924238648b8fb363a1412fa9e499d (patch)
tree4f3c67c80445114ff721864947cf7b5f1c2ca448 /test
parent42653575e8539e76698610e2fc36c5ebc653f074 (diff)
Redis: move from Experimental to mainlineexim-4_87_RC2
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest2
-rw-r--r--test/scripts/2700-redis/REQUIRES2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest
index 724ccd9ed..88c26e273 100755
--- a/test/runtest
+++ b/test/runtest
@@ -2857,7 +2857,7 @@ if (defined $parm_support{'Content_Scanning'})
##################################################
# Check for redis #
##################################################
-if (defined $parm_support{'Experimental_Redis'})
+if (defined $parm_lookups{'redis'})
{
if (system("redis-server -v 2>/dev/null >/dev/null") == 0)
{
diff --git a/test/scripts/2700-redis/REQUIRES b/test/scripts/2700-redis/REQUIRES
index 9c48ef88e..55fbcfdcc 100644
--- a/test/scripts/2700-redis/REQUIRES
+++ b/test/scripts/2700-redis/REQUIRES
@@ -1,2 +1,2 @@
-support Experimental_Redis
+lookup redis
running redis