1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-18 17:27:40 +00:00

Update os/shell to be non-blocking as well.

This commit is contained in:
Calvin Rose
2021-01-18 16:44:22 -06:00
parent fa61c70103
commit 49dcc816ae
5 changed files with 35 additions and 27 deletions

View File

@@ -161,8 +161,6 @@
(ev/sleep 0)
(ev/cancel fiber "boop")
(assert-error "bad arity to ev/call" (ev/call inc 1 2 3))
(assert (os/execute [janet "-e" `(+ 1 2 3)`] :xp) "os/execute self")
(end-suite)