- 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
This commit is contained in:
lenz@mysql.com 2004-07-05 07:48:09 +02:00
parent d0aa80a698
commit b5c6ced1aa

View file

@ -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