Skip to content

Commit

Permalink
Fix process test after RFC 70
Browse files Browse the repository at this point in the history
This test was added on PR #3817, which was missed by PR #3819
since it wasn't rebased.
  • Loading branch information
ergl authored and SeanTAllen committed Sep 2, 2021
1 parent 843c787 commit a09d256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/process/_test.pony
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class iso _TestWaitingOnClosedProcessTwice is UnitTest
let auth = h.env.root as AmbientAuth
try
let path_resolver = _PathResolver(h.env.vars, auth)
let path = FilePath(auth, _SleepCommand.path(path_resolver)?)?
let path = FilePath(auth, _SleepCommand.path(path_resolver)?)
h.log(path.path)
let args = _SleepCommand.args(where seconds = 2)
let vars: Array[String] val = ["HOME=/"; "PATH=/bin"]
Expand Down

0 comments on commit a09d256

Please sign in to comment.