Skip to content

Commit

Permalink
uptime: remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Feb 4, 2025
1 parent d75de5d commit 9020809
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/by-util/test_uptime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 9020809

Please sign in to comment.