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

Adjust 32-bit tests for tail,split,truncate,head

This commit is contained in:
Omer Tuchfeld 2022-02-22 11:09:22 +01:00
parent e9adf979d9
commit fa60898354
4 changed files with 4 additions and 28 deletions

View file

@ -485,10 +485,7 @@ fn test_tail_invalid_num() {
.args(&["-c", size])
.fails()
.code_is(1)
.stderr_only(format!(
"tail: invalid number of bytes: '{}': Value too large for defined data type",
size
));
.stderr_only("tail: Insufficient addressable memory");
}
}
new_ucmd!()