summaryrefslogtreecommitdiff
path: root/ndb/test/run-test/make-config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/test/run-test/make-config.sh')
-rwxr-xr-xndb/test/run-test/make-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/test/run-test/make-config.sh b/ndb/test/run-test/make-config.sh
index 6711eda75bf..8f9b93e28ca 100755
--- a/ndb/test/run-test/make-config.sh
+++ b/ndb/test/run-test/make-config.sh
@@ -33,7 +33,7 @@ add_proc (){
node_id=`expr $node_id + 1`
;;
ndb)
- dir="ndb"
+ dir="ndbd"
conf="[ndbd]\nId: $node_id\nHostName: $2\n"
node_id=`expr $node_id + 1`
;;