Skip to content

Commit

Permalink
tests/functions.sh: fix wrong spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-fne committed Apr 27, 2020
1 parent 28f010b commit f031996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RETURN_CODE=0
function return_result {
clean_all
if [ $RETURN_CODE == 0 ]; then
echo $CUR_TEST 'SUCESS !!!'
echo $CUR_TEST 'SUCCESS !!!'
else
echo $CUR_TEST 'FAIL !!!'
fi
Expand Down

0 comments on commit f031996

Please sign in to comment.