We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389bf14 commit 433fd36Copy full SHA for 433fd36
1 file changed
test/run_unit
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-if [[ ! -z "${UCVM_INSTALL_PATH}"]]; then
+if [[ ! -z "${UCVM_INSTALL_PATH}" ]]; then
4
if [[ -d ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh ]]; then
5
source ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh
6
./unittest
0 commit comments