Skip to content

Commit 5f86571

Browse files
committed
D'oh
1 parent 840e4d9 commit 5f86571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/ExitTests/SpawnProcess.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ package func spawnExecutableAtPathAndWait(
478478
environment: [String: String] = [:],
479479
currentDirectoryPath: String? = nil
480480
) async throws -> ExitStatus {
481-
let processID = try spawnExecutable(atPath: executablePath, arguments: arguments, environment: environment)
481+
let processID = try spawnExecutable(atPath: executablePath, arguments: arguments, environment: environment, currentDirectoryPath: currentDirectoryPath)
482482
return try await wait(for: processID)
483483
}
484484
#endif

0 commit comments

Comments
 (0)