diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:40:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:40:54 +0000 |
commit | 0336e3b7a97fe9ab118065eff0b25fad507a9a50 (patch) | |
tree | e49702ccec26f0ace090ed80ad22ec9a4a8975ab /debian/tests/0005-cjson | |
parent | Adding upstream version 5:7.2.4. (diff) | |
download | redis-debian/5%7.2.4-1.tar.xz redis-debian/5%7.2.4-1.zip |
Adding debian version 5:7.2.4-1.debian/5%7.2.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/0005-cjson')
-rwxr-xr-x | debian/tests/0005-cjson | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/tests/0005-cjson b/debian/tests/0005-cjson new file mode 100755 index 0000000..cc07c3c --- /dev/null +++ b/debian/tests/0005-cjson @@ -0,0 +1,11 @@ +#!/bin/sh +# +# Check we can load/use the cjson extension. + +set -eu + +service redis-server restart + +sleep 5 + +redis-cli EVAL 'cjson.decode("{}")' 0 |