We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d233912 commit 629c9eeCopy full SHA for 629c9ee
tests/test_macros.rs
@@ -233,10 +233,9 @@ fn test_pipe() -> CmdResult {
233
test_cases_for_entry_point!((spawn_with_output!(...))
234
.unwrap()
235
.wait_with_raw_output(&mut vec![])),
236
- // FIXME: wait_with_pipe() is currently busted
237
- // test_cases_for_entry_point!((spawn_with_output!(...))
238
- // .unwrap()
239
- // .wait_with_pipe(&mut |_stdout| {})),
+ test_cases_for_entry_point!((spawn_with_output!(...))
+ .unwrap()
+ .wait_with_borrowed_pipe(&mut |_stdout| {})),
240
];
241
242
macro_rules! check_eq {
0 commit comments