summaryrefslogtreecommitdiff
path: root/tests/start_filetransfer_test.sh
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-07-13 16:52:14 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-07-21 12:48:27 +0200
commit98e932adee2a76bda3c2630f348196216549a45a (patch)
tree1658983ac5940b71c158da20421db9054f9500ca /tests/start_filetransfer_test.sh
parent199ff0e7f736d848a7e01a12f04ddb21ecf36d74 (diff)
downloadDLT-daemon-98e932adee2a76bda3c2630f348196216549a45a.tar.gz
Removed all trailing whitespaces
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'tests/start_filetransfer_test.sh')
-rwxr-xr-xtests/start_filetransfer_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/start_filetransfer_test.sh b/tests/start_filetransfer_test.sh
index cafc705..9a1e19c 100755
--- a/tests/start_filetransfer_test.sh
+++ b/tests/start_filetransfer_test.sh
@@ -19,7 +19,7 @@ echo $md5_2
#verify the sums
tput setaf 1
if [ $md5_1 == $md5_2 ]
-then
+then
echo "Files are equal. Transfer succuess."
else
echo "File not equal. Error on transmission"