summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
diff options
context:
space:
mode:
authorpingfan108 <xuanyuan108@126.com>2020-08-11 18:35:20 +0800
committerGitHub <noreply@github.com>2020-08-11 13:35:20 +0300
commit09af8447a1ae479839e75b0743266eaa786f35e1 (patch)
tree9c5619566192a2e60146bdf0aa375de299bf9e4d /runtest-moduleapi
parent8e937ce4cc1462d996bae6a45e8c0a66f71e7ee6 (diff)
downloadredis-09af8447a1ae479839e75b0743266eaa786f35e1.tar.gz
Correct error message of runtest-cluster and runtest-moduleapi (#7647)
Diffstat (limited to 'runtest-moduleapi')
-rwxr-xr-xruntest-moduleapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest-moduleapi b/runtest-moduleapi
index 71db27e5e..85386b44a 100755
--- a/runtest-moduleapi
+++ b/runtest-moduleapi
@@ -8,7 +8,7 @@ done
if [ -z $TCLSH ]
then
- echo "You need tcl 8.5 or newer in order to run the Redis test"
+ echo "You need tcl 8.5 or newer in order to run the Redis ModuleApi test"
exit 1
fi