1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

rm: clap 3

This commit is contained in:
Terts Diepraam 2022-01-11 14:41:06 +01:00
parent a02e40fcad
commit 283973c5bf
3 changed files with 27 additions and 25 deletions

View file

@ -328,6 +328,7 @@ fn test_rm_silently_accepts_presume_input_tty1() {
}
#[test]
#[ignore]
fn test_rm_silently_accepts_presume_input_tty2() {
let (at, mut ucmd) = at_and_ucmd!();
let file_2 = "test_rm_silently_accepts_presume_input_tty2";
@ -340,6 +341,7 @@ fn test_rm_silently_accepts_presume_input_tty2() {
}
#[test]
#[ignore]
fn test_rm_silently_accepts_presume_input_tty3() {
let (at, mut ucmd) = at_and_ucmd!();
let file_3 = "test_rm_silently_accepts_presume_input_tty3";