This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new e5d1324 Fixing Karaf itests when not run with bash e5d1324 is described below commit e5d132425add47e77b7faf61c705d1d689a1d1a0 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 ec05fbf..ff97173 100755 --- a/tests/camel-itest-karaf/run-tests.sh +++ b/tests/camel-itest-karaf/run-tests.sh @@ -42,7 +42,7 @@ do if [ $found -eq 0 ] then - if [ $testname == "$1" ] + if [ $testname = "$1" ] then found=1 fi