diff --git a/tutorials/mesh/moveDynamicMesh/badMove/Allclean b/tutorials/mesh/moveDynamicMesh/badMove/Allclean
index 5ef46f9d35db1f707b94b73f1b5c3903b6e47332..d75d84dc208ea2508f30906499740a9af916fb99 100755
--- a/tutorials/mesh/moveDynamicMesh/badMove/Allclean
+++ b/tutorials/mesh/moveDynamicMesh/badMove/Allclean
@@ -9,7 +9,7 @@ rm -rf constant/extendedFeatureEdgeMesh
 
 #- From pointMesh generation
 rm -rf constant/pointMesh
-rm -f constant/triSurface/blockMesh.obj
+rm -rf constant/triSurface
 
 #- From surfaceFeatureExtract
 rm -f constant/triSurface/box222.eMesh
diff --git a/tutorials/mesh/moveDynamicMesh/badMove/Allrun b/tutorials/mesh/moveDynamicMesh/badMove/Allrun
index e48b35c7fa6a6a3744905afc6286da061dd9b5cd..d9a8bee1c27549ed171bbfa2716f947e5fb533d7 100755
--- a/tutorials/mesh/moveDynamicMesh/badMove/Allrun
+++ b/tutorials/mesh/moveDynamicMesh/badMove/Allrun
@@ -6,6 +6,7 @@ cd "${0%/*}" || exit                                # Run from this directory
 #- Generate mesh
 runApplication blockMesh
 
+mkdir -p constant/triSurface
 runApplication surfaceMeshExtract \
     -featureAngle 45 \
     -patches '(minX maxY)' \