shred: enable test_shred_force on FreeBSD

This commit is contained in:
Miles Liu 2023-03-17 14:37:15 +08:00
parent 5298ba8250
commit ab9d1030ff
No known key found for this signature in database
GPG key ID: 4DB9B32F9B24A7A9

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!());