Fix SELECT test, broken cause change in error msg.

This commit is contained in:
antirez 2016-10-14 15:48:11 +02:00
parent c7a4e694ad
commit f633212073

View File

@ -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}]} {