truncate: remove duplicate test

This commit is contained in:
Daniel Hofstetter
2026-06-10 17:17:11 +02:00
committed by Dorian Péron
parent 42235374f1
commit e88edb4b1a
-6
View File
@@ -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!();