Skip to content

Commit

Permalink
tests: attempt to avoid module_loading failures
Browse files Browse the repository at this point in the history
  • Loading branch information
cdragan committed Sep 7, 2021
1 parent 8ada553 commit 0f8dac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interpreter_tests/module_loading
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ die()
}

note "test 1"
if kos; then
if echo "" | kos; then
die "Failed: Interpreter exited successfuly without any modules"
fi

Expand Down

0 comments on commit 0f8dac3

Please sign in to comment.