This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.x by this push: new afe37e4 Fixing Karaf itests when not run with bash afe37e4 is described below commit afe37e40cce16f865a99198ebdd0887c17d00963 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