You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/08/17 09:25:23 UTC

[camel] branch camel-2.24.x updated: Fixing Karaf itests when not run with bash

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch camel-2.24.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.24.x by this push:
     new b46dd76  Fixing Karaf itests when not run with bash
b46dd76 is described below

commit b46dd76fd2ac32cb8dfd5dbc43119428f43a1f48
Author: Colm O hEigeartaigh <co...@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