mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
- 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:
parent
d0aa80a698
commit
b5c6ced1aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue