mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
truncate: remove duplicate test
This commit is contained in:
committed by
Dorian Péron
parent
42235374f1
commit
e88edb4b1a
@@ -89,12 +89,6 @@ fn test_failed() {
|
||||
new_ucmd!().fails();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_failed_2() {
|
||||
let (_at, mut ucmd) = at_and_ucmd!();
|
||||
ucmd.args(&[FILE1]).fails();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_failed_incorrect_arg() {
|
||||
let (_at, mut ucmd) = at_and_ucmd!();
|
||||
|
||||
Reference in New Issue
Block a user