about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_apps b/test_apps
index bcd61745..fc0d459c 100755
--- a/test_apps
+++ b/test_apps
@@ -287,7 +287,7 @@ test $NATIVE  &&  {
 }
 
 echo mu
-cat init.$OS [0-9]*.subx apps/mu.subx  |  apps/braces  |  apps/calls  |  apps/sigils  > a.sigils
+cat init.$OS [0-2]*.subx apps/mu.subx  |  apps/braces  |  apps/calls  |  apps/sigils  > a.sigils
 ./bootstrap translate a.sigils -o apps/mu
 test "$1" = 'record'  ||  git diff --exit-code apps/mu
 test $EMULATED  &&  {
@@ -338,7 +338,7 @@ done
 
 # Mu translator
 echo mu
-./translate_subx init.$OS [0-9]*.subx apps/mu.subx
+./translate_subx init.$OS [0-2]*.subx apps/mu.subx
 diff apps/mu a.elf
 
 # Mu programs