diff options
Diffstat (limited to 'tests/async/tupcoming_async.nim')
-rw-r--r-- | tests/async/tupcoming_async.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async/tupcoming_async.nim b/tests/async/tupcoming_async.nim index e3170620e..0a334709d 100644 --- a/tests/async/tupcoming_async.nim +++ b/tests/async/tupcoming_async.nim @@ -100,7 +100,7 @@ when defined(upcoming): {poStdErrToStdOut, poUsePath, poInteractive, poDemon}) else: - var process = startProcess("/bin/sleep", "", ["1"], nil, + var process = startProcess("sleep", "", ["1"], nil, {poStdErrToStdOut, poUsePath}) var fut = waitProcess(process) waitFor(fut or waitTimer(2000)) |