From f63321207347d96852948cd0a9fb01bf0f0b4252 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 14 Oct 2016 15:48:11 +0200 Subject: Fix SELECT test, broken cause change in error msg. --- tests/unit/other.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]} { -- cgit v1.2.1