Whamcloud - gitweb
LU-15626 tests: Fix "error" reported by shellcheck for sanity-dom
[fs/lustre-release.git] / lustre / tests / sanity-dom.sh
index 4fa9ce4..ad139f1 100644 (file)
@@ -10,7 +10,7 @@ ONLY=${ONLY:-"$*"}
 
 LUSTRE=${LUSTRE:-$(dirname $0)/..}
 . $LUSTRE/tests/test-framework.sh
-init_test_env $@
+init_test_env "$@"
 init_logging
 
 # bug number for skipped test:
@@ -222,4 +222,4 @@ complete $SECONDS
 check_and_cleanup_lustre
 declare -a logs=($ONLY)
 logs=("${logs[@]/#/$TMP/}")
-exit_status "$(echo ${logs[@]/%/.log})"
+exit_status "$(echo "${logs[@]/%/.log}")"