1
Fork 0
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:
Sylvestre Ledru 2020-12-27 15:33:20 +01:00
parent 89bf7a726e
commit 3a1eb1e05f
8 changed files with 33 additions and 35 deletions

View file

@ -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";