diff options
Diffstat (limited to 'test_layers')
-rwxr-xr-x | test_layers | 2 |
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' && { |