X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/e061d797d739f2beeb22b9e8ac519d1df070e3a8..e2f2dab3efbe2ffdcad013eaa9131529c82b6fd4:/tests/unit/scripting.tcl diff --git a/tests/unit/scripting.tcl b/tests/unit/scripting.tcl index 8634263a..6dbdb6b6 100644 --- a/tests/unit/scripting.tcl +++ b/tests/unit/scripting.tcl @@ -30,10 +30,6 @@ start_server {tags {"scripting"}} { set _ $e } {this is an error} - test {EVAL - Lua nil reply -> Redis protocol type conversion} { - r eval {return {1,redis.NIL,{nilbulk=true},4}} 0 - } {1 {} {} 4} - test {EVAL - Lua table -> Redis protocol type conversion} { r eval {return {1,2,3,'ciao',{1,2}}} 0 } {1 2 3 ciao {1 2}}