Skip to content

Commit

Permalink
disable printf depending test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Jan 14, 2024
1 parent b591db6 commit 1b58ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/by-util/test_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ fn test_split_string_into_args_s_whitespace_handling() {
assert_eq!(out, "xAx\nxBx\n");
}

#[cfg(not(target_os = "windows"))] // no printf available
#[test]
fn test_split_string_into_args_long_option_whitespace_handling() {
let scene = TestScenario::new(util_name!());
Expand Down

0 comments on commit 1b58ebf

Please sign in to comment.