Skip to content

Commit

Permalink
wc: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitkoff committed Nov 26, 2023
1 parent 4a9cdb2 commit 4ef62d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_wc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ fn test_read_from_nonexistent_file() {
}

#[test]
// #[cfg(any(target_os = "linux", target_os = "android"))]
#[cfg(any(target_os = "linux", target_os = "android"))]
fn test_files_from_pseudo_filesystem() {
use pretty_assertions::assert_ne;
let result = new_ucmd!().arg("-c").arg("/proc/cpuinfo").succeeds();
Expand Down

0 comments on commit 4ef62d0

Please sign in to comment.