From 4382fbf6f1906ad8e8255bac3e91d5e2f24e4768 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 28 Apr 2009 11:41:25 +0000
Subject: [PATCH] LMS-855 bug in run.sh fixed

SVN: 10854
---
 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 e60f4541b69..ba2e963e4ac 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -748,7 +748,7 @@ function assert_correct_content {
     local file=`find_dataset_dir ".*-15$"`/original/3VCP1.txt
     assert_file_exists $file
     local content=`cat $file`
-    if [ $content != "hello world" ]; then
+    if [[ $content != "hello world" ]]; then
         report_error "wrong content: <$content>"
     fi
     # result set columns are
-- 
GitLab