mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Add fixme note to process spawn test
This commit is contained in:
parent
59788d9116
commit
3b0f6ebab2
1 changed files with 5 additions and 0 deletions
|
@ -83,6 +83,11 @@ assert(#homeDir1 > 0, "Home dir from echo was empty")
|
||||||
assert(#homeDir2 > 0, "Home dir from pwd was empty")
|
assert(#homeDir2 > 0, "Home dir from pwd was empty")
|
||||||
assert(homeDir1 == homeDir2, "Home dirs did not match when performing tilde substitution")
|
assert(homeDir1 == homeDir2, "Home dirs did not match when performing tilde substitution")
|
||||||
|
|
||||||
|
-- FIXME: The below tests with sleeping do not work properly and block
|
||||||
|
-- indefinitely, causing cargo test to timeout, for now we error prematurely
|
||||||
|
|
||||||
|
error("FIXME")
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
Spawning a process should not block any lua thread(s)
|
Spawning a process should not block any lua thread(s)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue