From 443805c0a6b8c10188b845f658b81100ae4121cf Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 8 Feb 2011 14:56:05 +0000
Subject: [PATCH] LMS-1995 try to fix integration test

SVN: 19813
---
 integration-tests/test-3v.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/test-3v.sh b/integration-tests/test-3v.sh
index e65703bdaa6..e08c99f68d0 100755
--- a/integration-tests/test-3v.sh
+++ b/integration-tests/test-3v.sh
@@ -98,7 +98,7 @@ function launch_tests {
 
 function find_dataset_dir {
 	local pattern=$1
-	local dir=`find $DATA/main-store/E96C8910-596A-409D-BDA4-BBD3FE6629A7 -type d | grep "$pattern"`
+	local dir=`find $DATA/main-store/E96C8910-596A-409D-BDA4-BBD3FE6629A7/1 -type d | grep "$pattern"`
         if [ "$dir" != "" ]; then
                 if [ ! -d "$dir" ]; then
                         report_error Directory \"$dir\" does not exist!  
-- 
GitLab