From b5c6ced1aad2899eb6188940b441baf893a2e1e6 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Mon, 5 Jul 2004 07:48:09 +0200 Subject: [PATCH] - fixed typo in mysql-test/ndb/ndbcluster.sh that caused a "test: argument expected" error when trying to run the NDB test suite on Solaris --- mysql-test/ndb/ndbcluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/ndb/ndbcluster.sh b/mysql-test/ndb/ndbcluster.sh index e51f6f6b076..4afbe5cf3d7 100644 --- a/mysql-test/ndb/ndbcluster.sh +++ b/mysql-test/ndb/ndbcluster.sh @@ -98,7 +98,7 @@ if [ ! -x $exec_ndb ]; then echo "$exec_ndb missing" exit 1 fi -if [ ! -x $exec_mgmtsrv ]; then +if [ ! -x $exec_mgmtsrvr ]; then echo "$exec_mgmtsrvr missing" exit 1 fi