===== CASE: hay define package user TASK hay eval :result { package foo { oops } bad 2 } ===== oops ^~~~ [ -c flag ]:6: Unknown command 'oops' while running hay [ -c flag ]:6: errexit PID 25572: Command failed with status 127 ===== CASE: hay define package user TASK hay eval :result { package foo { version = 1 } } ===== version = 1 ^ [ -c flag ]:6: Unexpected = (Hint: use const/var/setvar, or quote it) Expected status 127, got 2 All test/oil-runtime-errors.sh tests passed.