diff --git a/integration-tests/test-3v.sh b/integration-tests/test-3v.sh
index d0b5ce16ebca02366836d683c9cf44e696c65224..e22daabfdb317bee4b6446663504816e0b44f87b 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/1 -type d | grep "$pattern"`
+	local dir=`find $DATA/main-store/1/E96C8910-596A-409D-BDA4-BBD3FE6629A7 -type d | grep "$pattern"`
         if [ "$dir" != "" ]; then
                 if [ ! -d "$dir" ]; then
                         report_error Directory \"$dir\" does not exist!