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:
commit
0d9d9118ad
1 changed files with 0 additions and 1 deletions
|
@ -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!());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue