From 59b4b7c6456d7c7f17416edce763de1a2d4cb00d Mon Sep 17 00:00:00 2001 From: Francois NOUAILLE Date: Wed, 19 Feb 2020 12:24:13 +0000 Subject: [PATCH] tests/functions.sh: fix wrong spelling. --- tests/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functions.sh b/tests/functions.sh index a7b339611..1a2fc3e54 100755 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -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