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