mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tests/sleep: fmt
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user