mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
commit
381d4ffc7a
1 changed files with 1 additions and 3 deletions
|
@ -113,7 +113,5 @@ fn test_sleep_sum_duration_many() {
|
|||
|
||||
#[test]
|
||||
fn test_sleep_wrong_time() {
|
||||
new_ucmd!()
|
||||
.args(&["0.1s", "abc"])
|
||||
.fails();
|
||||
new_ucmd!().args(&["0.1s", "abc"]).fails();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue