We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8505d4 + e378558 commit b7f2815Copy full SHA for b7f2815
tests/by-util/test_shred.rs
@@ -215,17 +215,6 @@ fn test_shred_fail_no_perm() {
215
.stderr_contains("Couldn't rename to");
216
}
217
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
-
229
#[test]
230
fn test_shred_verbose_no_padding_1() {
231
let (at, mut ucmd) = at_and_ucmd!();
0 commit comments