summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-10-14 15:48:11 +0200
committerantirez <antirez@gmail.com>2016-10-14 15:48:11 +0200
commitf63321207347d96852948cd0a9fb01bf0f0b4252 (patch)
tree7466abd1ca13168289932db35753fe517389bcba
parentc7a4e694ad3689d934897b0d2c37144d7b2d0b97 (diff)
downloadredis-f63321207347d96852948cd0a9fb01bf0f0b4252.tar.gz
Fix SELECT test, broken cause change in error msg.
-rw-r--r--tests/unit/other.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/other.tcl b/tests/unit/other.tcl
index 2f5773930..1d21b561a 100644
--- a/tests/unit/other.tcl
+++ b/tests/unit/other.tcl
@@ -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}]} {