Commit 93e7a130 authored by antirez's avatar antirez
Browse files

Test: fixed scripting.tcl test false positive.

parent e29d3307
......@@ -326,6 +326,7 @@ start_server {tags {"scripting"}} {
catch {r ping} e
assert_match {BUSY*} $e
r script kill
after 200 ; # Give some time to Lua to call the hook again...
assert_equal [r ping] "PONG"
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment