mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
parent
507e1cc09b
commit
fb2399f56b
13 changed files with 25 additions and 19 deletions
|
@ -396,7 +396,7 @@ fn test_null_fullblock() {
|
|||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
#[ignore] // See note below before using this test.
|
||||
#[ignore = "See note below before using this test."]
|
||||
#[test]
|
||||
fn test_fullblock() {
|
||||
let tname = "fullblock-from-urand";
|
||||
|
@ -555,7 +555,7 @@ fn test_ascii_521k_to_file() {
|
|||
);
|
||||
}
|
||||
|
||||
#[ignore]
|
||||
#[ignore = ""]
|
||||
#[cfg(unix)]
|
||||
#[test]
|
||||
fn test_ascii_5_gibi_to_file() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue