From ab9d1030ff6c0f3bd1e373d0629ab7ad1eee4269 Mon Sep 17 00:00:00 2001 From: Miles Liu Date: Fri, 17 Mar 2023 14:37:15 +0800 Subject: [PATCH] shred: enable `test_shred_force` on FreeBSD --- tests/by-util/test_shred.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/by-util/test_shred.rs b/tests/by-util/test_shred.rs index 0780411f6..8992238b3 100644 --- a/tests/by-util/test_shred.rs +++ b/tests/by-util/test_shred.rs @@ -25,7 +25,6 @@ fn test_shred_remove() { assert!(at.file_exists(file_b)); } -#[cfg(not(target_os = "freebsd"))] #[test] fn test_shred_force() { let scene = TestScenario::new(util_name!());