Browse Source

tests scripts: fix case for pwd shell command

Mokhtar Naamani 3 years ago
parent
commit
0d0a353a5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/network-tests/run-test-node-docker.sh

+ 1 - 1
tests/network-tests/run-test-node-docker.sh

@@ -6,7 +6,7 @@ cd $SCRIPT_PATH
 
 # Location that will be mounted as the /data volume in containers
 # This is where the initial members and balances files and generated chainspec files will be located.
-DATA_PATH=${DATA_PATH:=$(PWD)/data}
+DATA_PATH=${DATA_PATH:=$(pwd)/data}
 mkdir -p ${DATA_PATH}
 
 # Initial account balance for sudo account