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:
parent
a02e40fcad
commit
283973c5bf
3 changed files with 27 additions and 25 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue