diff --git a/runtests.sh b/runtests.sh
index 2285197..afe7a04 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -20,10 +20,11 @@ set -u
 
 # process our test scripts
 if [ $1 ]; then
+  t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' )
   t_Process <(/usr/bin/find ./tests/$1/ -type f|sort -t'/' )
 else
-  t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' )
   t_Process <(/usr/bin/find ./tests/p_*/ -type f|sort -t'/' )
+  t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' )
   t_Process <(/usr/bin/find ./tests/r_*/ -type f|sort -t'/' )
   t_Process <(/usr/bin/find ./tests/z_*/ -type f|sort -t'/' )
 fi