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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user