mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
chroot: fix unused import on Android
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
// spell-checker:ignore (words) araba newroot userspec chdir pwd's isroot
|
// spell-checker:ignore (words) araba newroot userspec chdir pwd's isroot
|
||||||
|
|
||||||
use crate::common::util::{is_ci, run_ucmd_as_root, TestScenario};
|
#[cfg(not(target_os = "android"))]
|
||||||
|
use crate::common::util::is_ci;
|
||||||
|
use crate::common::util::{run_ucmd_as_root, TestScenario};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_invalid_arg() {
|
fn test_invalid_arg() {
|
||||||
|
|||||||
Reference in New Issue
Block a user