Test: fixed scripting.tcl test false positive.

This commit is contained in:
antirez 2014-04-24 18:21:12 +02:00
parent e29d330724
commit 93e7a130fc

View File

@ -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"
}