1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-18 16:40:50 +00:00
2012-02-08 22:24:59 +01:00

10 lines
160 B
Bash
Executable File

#!/bin/sh
TCL=tclsh8.5
which $TCL
if [ "$?" != "0" ]
then
echo "You need '$TCL' in order to run the Redis test"
exit 1
fi
$TCL tests/test_helper.tcl $*