Whamcloud - gitweb
LU-15626 tests: Fix "error" reported by shellcheck
[fs/lustre-release.git] / lustre / tests / parallel-scale-nfs.sh
index 7f426ee..34ca53e 100755 (executable)
@@ -6,7 +6,7 @@ LUSTRE=${LUSTRE:-$(dirname $0)/..}
 . $LUSTRE/tests/test-framework.sh
 # only call init_test_env if this script is called directly
 if [[ -z "$TESTSUITE" || "$TESTSUITE" = "$(basename $0 .sh)" ]]; then
-       init_test_env $@
+       init_test_env "$@"
 else
        . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}