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));
}
#[cfg(not(target_os = "freebsd"))]
#[test]
fn test_shred_force() {
let scene = TestScenario::new(util_name!());