summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xubuntu/scripts/wlan-download-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/scripts/wlan-download-test.sh b/ubuntu/scripts/wlan-download-test.sh
index a108dfa..2bc05e2 100755
--- a/ubuntu/scripts/wlan-download-test.sh
+++ b/ubuntu/scripts/wlan-download-test.sh
@@ -43,7 +43,7 @@ fi
# Get md5sum of output_file
GET_MD5SUM=`$MD5SUM $OUTPUT_FILE_NAME | awk '{print $1}'`
echo "GET_MD5SUM= $GET_MD5SUM"
-if [ "$MD5SUM_CHECK" = $GET_MD5SUM ]
+if [ "$MD5SUM_CHECK" = $GET_MD5SUM ] ; then
echo "wlan-download-testcase=pass"
else
echo "wlan-download-testcase=fail"