Commit b5c6ced1 authored by lenz@mysql.com's avatar lenz@mysql.com

- 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
parent d0aa80a6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment