Commit f1a930bb authored by antirez's avatar antirez
Browse files

Added package require Tcl 8.5 in redis.tcl so it will show a clear error when...

Added package require Tcl 8.5 in redis.tcl so it will show a clear error when the test suit is attempted to run under 8.4
parent 08ee9b57
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
# #
# vwait forever # vwait forever
package require Tcl 8.5
package provide redis 0.1 package provide redis 0.1
namespace eval redis {} namespace eval redis {}
......
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