summaryrefslogtreecommitdiff
path: root/mysql-test/ndb/ndbcluster.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/ndb/ndbcluster.sh')
-rw-r--r--mysql-test/ndb/ndbcluster.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/ndb/ndbcluster.sh b/mysql-test/ndb/ndbcluster.sh
index 7485e42923e..294d32ac4be 100644
--- a/mysql-test/ndb/ndbcluster.sh
+++ b/mysql-test/ndb/ndbcluster.sh
@@ -205,7 +205,7 @@ if [ -f "$fs_ndb/$pidfile" ] ; then
fi
done
kill_pids=$new_kill_pid
- if [ "$kill_pids" == "" ] ; then
+ if [ -z "$kill_pids" ] ; then
break
fi
sleep 1