From efca85b171fef3977beb7d4e4a986ef44a4f0403 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Tue, 22 Mar 2011 13:05:44 +0000
Subject: [PATCH] minor: bugfix

SVN: 20444
---
 integration-tests/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/run.sh b/integration-tests/run.sh
index 1c79ee29631..4b5c97a3fac 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -20,7 +20,7 @@ for testScript in $TEST_FILE_PATTERN; do
   print_result $testScript $result
 done
 
-if [ $EXIT_WITH_ERROR ]; then
+if [ true == "$EXIT_WITH_ERROR" ]; then
 	exit 1;
 fi
 
-- 
GitLab