about summary refs log tree commit diff stats
path: root/test_layers
diff options
context:
space:
mode:
Diffstat (limited to 'test_layers')
-rwxr-xr-xtest_layers4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_layers b/test_layers
index bf487c09..568a0f21 100755
--- a/test_layers
+++ b/test_layers
@@ -21,8 +21,8 @@ done
 for f in [0-9]*.subx
 do
   echo "=== $f"
-  ./subx translate init.linux $(tools/enumerate --until $f |grep '\.subx$') -o a.elf
-  ./subx run a.elf test
+  ./bootstrap translate init.linux $(tools/enumerate --until $f |grep '\.subx$') -o a.elf
+  ./bootstrap run a.elf test
   echo
   test `uname` = 'Linux'  &&  {
     chmod +x a.elf
24 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169