Skip to content

Commit 735971c

Browse files
committed
Fix unit test 2.
1 parent 9c0f440 commit 735971c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/stdlib/os/process.c3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ fn void test_pipe_bind_stdout_to_stdin() @test @if(env::POSIX)
231231

232232
Process b = process::spawn({"grep", "."}, stdio: {
233233
.stdin = bind(pipe[0]),
234-
.stdout = capture(),
234+
.stdout = CAPTURE,
235235
})!!;
236236

237237
libc::close(pipe[0]);

0 commit comments

Comments
 (0)