mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
test_ls: cannot find function expected_result
in this scope
This commit is contained in:
parent
57541db124
commit
51d39c8bb7
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ extern crate regex;
|
||||||
extern crate tempfile;
|
extern crate tempfile;
|
||||||
|
|
||||||
use self::regex::Regex;
|
use self::regex::Regex;
|
||||||
|
#[cfg(feature = "feat_selinux")]
|
||||||
|
use crate::common::util::expected_result;
|
||||||
use crate::common::util::TestScenario;
|
use crate::common::util::TestScenario;
|
||||||
#[cfg(all(unix, feature = "chmod"))]
|
#[cfg(all(unix, feature = "chmod"))]
|
||||||
use nix::unistd::{close, dup};
|
use nix::unistd::{close, dup};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue