Meta/Dothem: $T == --test=X must come early on Meta/Make command line
diff --git a/Dothem b/Dothem
index 286dd74..7fde323 100755
--- a/Dothem
+++ b/Dothem
@@ -336,7 +336,7 @@
 			section breaking
 			did_test=did_test
 			Meta/Make >/dev/null distclean &&
-			Meta/Make $jobs WITH_BREAKING_CHANGES=YesPlease $T test &&
+			Meta/Make $jobs $T WITH_BREAKING_CHANGES=YesPlease test &&
 			Meta/Make >/dev/null distclean
 		fi &&
 
@@ -344,8 +344,8 @@
 		then
 			section test
 			Meta/Make $M $noprove ${test+"$test"} $jobs $test_long \
-				  $memtrash \
-			    -- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $T $dotest
+				  $memtrash $T \
+			    -- ${with_dash:+SHELL_PATH=/bin/dash} "$@" $dotest
 		fi &&
 
 		# docs