mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Remove impractical test creating a file too large
This commit is contained in:
parent
fa60898354
commit
f3895124b9
1 changed files with 0 additions and 7 deletions
|
@ -319,13 +319,6 @@ fn test_truncate_bytes_size() {
|
|||
.fails()
|
||||
.code_is(1)
|
||||
.stderr_only("truncate: Invalid number: '1Y': Value too large for defined data type");
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
{
|
||||
let sizes = ["1000G", "10T"];
|
||||
for size in &sizes {
|
||||
new_ucmd!().args(&["--size", size, "file"]).succeeds();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// Test that truncating a non-existent file creates that file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue