This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch camel-2.23.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit f6fc11707385f10418995a4d7095acf0eac1f9dd Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Wed Jun 5 11:42:38 2019 +0100 Fixing Karaf itests when not run with bash --- tests/camel-itest-karaf/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/camel-itest-karaf/run-tests.sh b/tests/camel-itest-karaf/run-tests.sh index 3f67dca..7c2d6fb 100755 --- a/tests/camel-itest-karaf/run-tests.sh +++ b/tests/camel-itest-karaf/run-tests.sh @@ -43,7 +43,7 @@ do if [ $found -eq 0 ] then - if [ $testname == "$1" ] + if [ $testname = "$1" ] then found=1 fi