1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #4523 from miles170/test-shred-force

shred: enable `test_shred_force` on FreeBSD
This commit is contained in:
Daniel Hofstetter 2023-03-17 09:29:08 +01:00 committed by GitHub
commit 0d9d9118ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,6 @@ fn test_shred_remove() {
assert!(at.file_exists(file_b)); assert!(at.file_exists(file_b));
} }
#[cfg(not(target_os = "freebsd"))]
#[test] #[test]
fn test_shred_force() { fn test_shred_force() {
let scene = TestScenario::new(util_name!()); let scene = TestScenario::new(util_name!());