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

update tests

This commit is contained in:
Jeremy Smart 2025-04-14 07:34:41 -04:00
parent 6eb3e3cd94
commit 7f2fb0483a
No known key found for this signature in database
GPG key ID: 5AD8086D5DF29A8F
2 changed files with 50 additions and 14 deletions

View file

@ -77,7 +77,7 @@ fn test_command_empty_args() {
new_ucmd!()
.args(&["", ""])
.fails()
.stderr_contains("timeout: empty string");
.stderr_contains("timeout: invalid time interval ''");
}
#[test]