diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-12 00:31:01 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-12 01:10:32 +0000 |
commit | bdf36f7cd98fba7717e078de8c6f6bd3e5927cae (patch) | |
tree | 40b18e4be05531b92494c95cf4578ce2a4310976 /test/scripts | |
parent | 2d8d625b2b96260d2517e59b896eb03e5c33aaf3 (diff) |
Testsuite: add testcase for Redis. Bug 1755
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/2700-redis/2700 | 12 | ||||
-rw-r--r-- | test/scripts/2700-redis/REQUIRES | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/test/scripts/2700-redis/2700 b/test/scripts/2700-redis/2700 new file mode 100644 index 000000000..c0e84dae9 --- /dev/null +++ b/test/scripts/2700-redis/2700 @@ -0,0 +1,12 @@ +# Redis lookups and quoting +# +background +redis-server +**** +exim -be -d-all+expand+lookup +${lookup redis{set keyname ${quote_redis:objvalue plus}}} +${lookup redis{get keyname}} +**** +# +killdaemon +no_stderr_check diff --git a/test/scripts/2700-redis/REQUIRES b/test/scripts/2700-redis/REQUIRES new file mode 100644 index 000000000..9c48ef88e --- /dev/null +++ b/test/scripts/2700-redis/REQUIRES @@ -0,0 +1,2 @@ +support Experimental_Redis +running redis |