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

uptime: remove duplicate test

This commit is contained in:
Daniel Hofstetter 2025-02-04 09:24:32 +01:00
parent d75de5d2f6
commit 90208096fd

View file

@ -273,8 +273,3 @@ fn test_uptime_since() {
new_ucmd!().arg("--since").succeeds().stdout_matches(&re);
}
#[test]
fn test_failed() {
new_ucmd!().arg("will-fail").fails();
}