Skip to content

Commit 429f227

Browse files
committed
test_stdin_redirect_dir_when_target_os_is_macos is failing due to change in 409ba35
however the note above the test seems like this error message comes from rust-lang/rust#86442 so added a comment to track that issue
1 parent 409ba35 commit 429f227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/by-util/test_tail.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ fn test_stdin_redirect_dir() {
308308
// FIXME: If `std::io::ErrorKind::IsADirectory` becomes stable or macos handles
309309
// redirected directories like linux show the correct message like in
310310
// `test_stdin_redirect_dir`
311+
// https://github.com/rust-lang/rust/issues/86442
311312
#[test]
312313
#[cfg(target_vendor = "apple")]
313314
fn test_stdin_redirect_dir_when_target_os_is_macos() {

0 commit comments

Comments
 (0)