summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-01-13 14:06:53 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-01-13 14:06:53 +0530
commit61b412ef72c0aaabd110182edf363e0b585efd0e (patch)
tree6888c050fb393e750e909a4b557b8909efcd02c5
parent810d386a3aea301b7991ba8ec48432a6c65968df (diff)
Ubuntu: wlan download test: fixup
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-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 2bc05e2..774f4eb 100755
--- a/ubuntu/scripts/wlan-download-test.sh
+++ b/ubuntu/scripts/wlan-download-test.sh
@@ -42,7 +42,7 @@ fi
# Get md5sum of output_file
GET_MD5SUM=`$MD5SUM $OUTPUT_FILE_NAME | awk '{print $1}'`
-echo "GET_MD5SUM= $GET_MD5SUM"
+echo "GET_MD5SUM = $GET_MD5SUM"
if [ "$MD5SUM_CHECK" = $GET_MD5SUM ] ; then
echo "wlan-download-testcase=pass"
else