mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
chore(tests): replace old process.spawn usage with process.exec for stdio
This commit is contained in:
parent
0c346a5946
commit
aa10e88495
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ assertContains(
|
|||
|
||||
local _, errorMessage = pcall(function()
|
||||
local function innerInnerFn()
|
||||
process.spawn("PROGRAM_THAT_DOES_NOT_EXIST")
|
||||
process.exec("PROGRAM_THAT_DOES_NOT_EXIST")
|
||||
end
|
||||
local function innerFn()
|
||||
innerInnerFn()
|
||||
|
|
Loading…
Add table
Reference in a new issue