mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tests: fix warnings on OpenBSD for unused imports in by-util/test_*
Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
parent
c25ba39ce6
commit
008dd38a0d
5 changed files with 10 additions and 0 deletions
|
@ -3,8 +3,12 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
#[cfg(target_os = "openbsd")]
|
||||
use crate::common::util::TestScenario;
|
||||
#[cfg(not(target_os = "openbsd"))]
|
||||
use crate::common::util::{expected_result, TestScenario};
|
||||
use pinky::Capitalize;
|
||||
#[cfg(not(target_os = "openbsd"))]
|
||||
use uucore::entries::{Locate, Passwd};
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue