mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Various fixes before landing csplit
This commit is contained in:
parent
89bf7a726e
commit
3a1eb1e05f
8 changed files with 33 additions and 35 deletions
|
@ -323,8 +323,8 @@ fn test_install_copy_file() {
|
|||
assert!(at.file_exists(file2));
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(target_os = "linux")]
|
||||
/*#[test]
|
||||
#[cfg(target_os = "linux")]*/
|
||||
fn test_install_target_file_dev_null() {
|
||||
let (at, mut ucmd) = at_and_ucmd!();
|
||||
let file1 = "/dev/null";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue