1
Fork 0
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:
Piotr Kwiecinski 2023-03-23 09:18:17 +01:00
parent 57541db124
commit 51d39c8bb7

View file

@ -7,6 +7,8 @@ extern crate regex;
extern crate tempfile;
use self::regex::Regex;
#[cfg(feature = "feat_selinux")]
use crate::common::util::expected_result;
use crate::common::util::TestScenario;
#[cfg(all(unix, feature = "chmod"))]
use nix::unistd::{close, dup};