about summary refs log tree commit diff stats
path: root/test_layers
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-14 01:56:39 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-14 01:56:39 -0700
commit3b42da24c2b1c7a4f923fbdf765ff180591634bc (patch)
tree438e5d427e5f6c48e85daf4bf57e2dee7c098ac0 /test_layers
parent8cfa6354016667bcc8ab1e360a1a6c0666ec4cad (diff)
downloadmu-3b42da24c2b1c7a4f923fbdf765ff180591634bc.tar.gz
5652
Fix CI.
Diffstat (limited to 'test_layers')
-rwxr-xr-xtest_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_layers b/test_layers
index ac38de0b..ea7551df 100755
--- a/test_layers
+++ b/test_layers
@@ -21,7 +21,7 @@ done
 for f in [0-9]*.subx
 do
   echo "=== $f"
-  ./subx translate 049init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf
+  ./subx translate init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf
   ./subx run a.elf
   echo
   test `uname` = 'Linux'  &&  {