mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
chroot: fix unused import on Android
This commit is contained in:
parent
0e4a15aa61
commit
2bcdae124c
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue