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

Merge pull request #7265 from cakebaker/uptime_remove_duplicate_test

uptime: remove duplicate test
This commit is contained in:
Sylvestre Ledru 2025-02-04 10:07:12 +01:00 committed by GitHub
commit 25bfe839be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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();
}