From d7cdd61ecc10d6cf2a5b89f0b16bbbf4bed95437 Mon Sep 17 00:00:00 2001 From: bptato Date: Thu, 5 Dec 2024 22:07:53 +0100 Subject: Fix casing --- test/net/run.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/net/run.nim b/test/net/run.nim index a88c9501..b62f099a 100644 --- a/test/net/run.nim +++ b/test/net/run.nim @@ -33,7 +33,7 @@ proc main() {.async.} = let port = server.getPort() case fork() of 0: - let cmd = getAppFileName().untilLast('/') & "/run.sh " & $uint16(port) + let cmd = getAppFilename().untilLast('/') & "/run.sh " & $uint16(port) discard execl("/bin/sh", "sh", "-c", cstring(cmd), nil) quit(1) of -1: -- cgit 1.4.1-2-gfad0