Skip to content

Commit b7f2815

Browse files
authored
Merge pull request #7833 from cakebaker/shred_remove_obsolete_test
shred: remove obsolete test
2 parents c8505d4 + e378558 commit b7f2815

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/by-util/test_shred.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -215,17 +215,6 @@ fn test_shred_fail_no_perm() {
215215
.stderr_contains("Couldn't rename to");
216216
}
217217

218-
#[test]
219-
fn test_shred_verbose_pass_single_0_byte_name() {
220-
let (at, mut ucmd) = at_and_ucmd!();
221-
let file = "foo";
222-
at.write(file, "non-empty");
223-
ucmd.arg("-vn200")
224-
.arg(file)
225-
.succeeds()
226-
.stderr_contains("/200 (000000)...\n");
227-
}
228-
229218
#[test]
230219
fn test_shred_verbose_no_padding_1() {
231220
let (at, mut ucmd) = at_and_ucmd!();

0 commit comments

Comments
 (0)