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 ea7551df..522e413b 100755
--- a/test_layers
+++ b/test_layers
@@ -22,11 +22,11 @@ for f in [0-9]*.subx
 do
   echo "=== $f"
   ./subx translate init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf
-  ./subx run a.elf
+  ./subx run a.elf test
   echo
   test `uname` = 'Linux'  &&  {
     chmod +x a.elf
-    ./a.elf
+    ./a.elf test
     echo
   } || true
 done