mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
fix: gate unix-only imports
This commit is contained in:
parent
197bd2e10c
commit
a046d94e75
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
use common::util::*;
|
||||
#[cfg(not(windows))]
|
||||
use std::fs::set_permissions;
|
||||
|
||||
static TEST_EXISTING_FILE: &str = "existing_file.txt";
|
||||
|
|
Loading…
Reference in a new issue