summary refs log tree commit diff stats
path: root/tests/async/tupcoming_async.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async/tupcoming_async.nim')
-rw-r--r--tests/async/tupcoming_async.nim2
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))