From 0cd71c69bf11296738d60dc0e78873664b5f9c67 Mon Sep 17 00:00:00 2001 From: max-amb Date: Thu, 7 May 2026 10:54:13 +0100 Subject: [PATCH] Forced no wasi test --- tests/by-util/test_od.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_od.rs b/tests/by-util/test_od.rs index bc97c4a2a..98fedf796 100644 --- a/tests/by-util/test_od.rs +++ b/tests/by-util/test_od.rs @@ -1345,7 +1345,7 @@ fn test_write_error_dev_full() { } #[test] -#[cfg(target_os = "linux")] +#[cfg(all(target_os = "linux", not(target_os = "wasi")))] fn test_hex_lowercase() { use regex::Regex; // Test verifies that the output hex byte offset is in lowercase