From acb046773d5fe08f4c457c25e8a3eb71bb398d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstr=C3=B6m?= Date: Thu, 24 Jan 2013 09:36:59 +1100 Subject: [PATCH] Enforce tcl 8.5 or newer --- tests/test_helper.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index b2e58b44c..701bbf3d6 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -2,6 +2,8 @@ # This softare is released under the BSD License. See the COPYING file for # more information. +package require Tcl 8.5 + set tcl_precision 17 source tests/support/redis.tcl source tests/support/server.tcl