diff --git a/tutorials/IO/fileHandler/0/U b/test/IO/fileHandler/0/U similarity index 100% rename from tutorials/IO/fileHandler/0/U rename to test/IO/fileHandler/0/U diff --git a/tutorials/IO/fileHandler/Allclean b/test/IO/fileHandler/Allclean similarity index 100% rename from tutorials/IO/fileHandler/Allclean rename to test/IO/fileHandler/Allclean diff --git a/tutorials/IO/fileHandler/Allrun b/test/IO/fileHandler/Allrun similarity index 95% rename from tutorials/IO/fileHandler/Allrun rename to test/IO/fileHandler/Allrun index fe805dd03d..58fa2ece4e 100755 --- a/tutorials/IO/fileHandler/Allrun +++ b/test/IO/fileHandler/Allrun @@ -24,7 +24,7 @@ mkdir -p machineA/fileHandler ( cd machineA/fileHandler && \ cp -r ../../processor[0-1] . && \ cp -r ../../system . && \ - mkdir -p constant && cp ../../constant/* constant + mkdir -p constant && find ../../constant -type f -exec cp {} constant/ \; ) #- Note: slave node does not need constant&system since these are global rm -rf machineB/fileHandler @@ -79,7 +79,7 @@ mkdir -p machineA/fileHandler ( cd machineA/fileHandler && \ cp -r ../../processor* . && \ cp -r ../../system . && \ - mkdir -p constant && cp ../../constant/* constant + mkdir -p constant && find ../../constant -type f -exec cp {} constant/ \; ) #- Note: slave node does not need constant&system since these are global rm -rf machineB/fileHandler diff --git a/tutorials/IO/fileHandler/constant/cloudPositions b/test/IO/fileHandler/constant/cloudPositions similarity index 100% rename from tutorials/IO/fileHandler/constant/cloudPositions rename to test/IO/fileHandler/constant/cloudPositions diff --git a/tutorials/IO/fileHandler/constant/cloudProperties b/test/IO/fileHandler/constant/cloudProperties similarity index 100% rename from tutorials/IO/fileHandler/constant/cloudProperties rename to test/IO/fileHandler/constant/cloudProperties diff --git a/tutorials/IO/fileHandler/constant/g b/test/IO/fileHandler/constant/g similarity index 100% rename from tutorials/IO/fileHandler/constant/g rename to test/IO/fileHandler/constant/g diff --git a/tutorials/IO/fileHandler/constant/momentumTransport b/test/IO/fileHandler/constant/momentumTransport similarity index 100% rename from tutorials/IO/fileHandler/constant/momentumTransport rename to test/IO/fileHandler/constant/momentumTransport diff --git a/tutorials/IO/fileHandler/constant/transportProperties b/test/IO/fileHandler/constant/transportProperties similarity index 100% rename from tutorials/IO/fileHandler/constant/transportProperties rename to test/IO/fileHandler/constant/transportProperties diff --git a/tutorials/IO/fileHandler/system/blockMeshDict b/test/IO/fileHandler/system/blockMeshDict similarity index 100% rename from tutorials/IO/fileHandler/system/blockMeshDict rename to test/IO/fileHandler/system/blockMeshDict diff --git a/tutorials/IO/fileHandler/system/controlDict b/test/IO/fileHandler/system/controlDict similarity index 100% rename from tutorials/IO/fileHandler/system/controlDict rename to test/IO/fileHandler/system/controlDict diff --git a/tutorials/IO/fileHandler/system/decomposeParDict b/test/IO/fileHandler/system/decomposeParDict similarity index 100% rename from tutorials/IO/fileHandler/system/decomposeParDict rename to test/IO/fileHandler/system/decomposeParDict diff --git a/tutorials/IO/fileHandler/system/fvSchemes b/test/IO/fileHandler/system/fvSchemes similarity index 100% rename from tutorials/IO/fileHandler/system/fvSchemes rename to test/IO/fileHandler/system/fvSchemes diff --git a/tutorials/IO/fileHandler/system/fvSolution b/test/IO/fileHandler/system/fvSolution similarity index 100% rename from tutorials/IO/fileHandler/system/fvSolution rename to test/IO/fileHandler/system/fvSolution