mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #4580 from piotrkwiecinski/testls-clippy-error
test_ls: cannot find function `expected_result` in this scope
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
Reference in New Issue
Block a user