mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
uptime: remove duplicate test
This commit is contained in:
parent
d75de5d2f6
commit
90208096fd
1 changed files with 0 additions and 5 deletions
|
@ -273,8 +273,3 @@ fn test_uptime_since() {
|
||||||
|
|
||||||
new_ucmd!().arg("--since").succeeds().stdout_matches(&re);
|
new_ucmd!().arg("--since").succeeds().stdout_matches(&re);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn test_failed() {
|
|
||||||
new_ucmd!().arg("will-fail").fails();
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue