From 09e096746be490bc18ac3143551e9c9dedbf7f0a Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 14 Apr 2009 12:49:05 +0000
Subject: [PATCH] try to fix bug in integration tests

SVN: 10672
---
 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 dae9298aad2..94f9fa031a1 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -558,7 +558,7 @@ function launch_tests {
 function find_dataset_dir {
 	local pattern=$1
 	local dir=`find $DATA/main-store/identified -type d | grep "$pattern"`
-	if [ $dir != "" ]; then
+	if [ "$dir" != "" ]; then
 	       return $dir
 	fi
         report_error "$DATA/main-store/identified does not contains a directory matching $pattern"
-- 
GitLab