From 4ef62d0f51fe132824bfbd6a71ebaae8002502a4 Mon Sep 17 00:00:00 2001 From: zhitkoff Date: Sun, 26 Nov 2023 17:09:14 -0500 Subject: [PATCH] wc: tests --- tests/by-util/test_wc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_wc.rs b/tests/by-util/test_wc.rs index 0c9a7b6a3c6..191b38a43c9 100644 --- a/tests/by-util/test_wc.rs +++ b/tests/by-util/test_wc.rs @@ -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();