1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00: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:
Daniel Hofstetter 2023-03-23 10:23:12 +01:00 committed by GitHub
commit cebba3c2c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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