Commit f6332120 authored by antirez's avatar antirez
Browse files

Fix SELECT test, broken cause change in error msg.

parent c7a4e694
......@@ -52,7 +52,7 @@ start_server {tags {"other"}} {
test {SELECT an out of range DB} {
catch {r select 1000000} err
set _ $err
} {*invalid*}
} {*index is out of range*}
tags {consistency} {
if {![catch {package require sha1}]} {
......
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