mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +00:00
Merge pull request #4571 from miles170/fix-chroot-unused-import-on-android
chroot: fix unused import on Android
This commit is contained in:
commit
b062f47dcb
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
// 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]
|
||||
fn test_invalid_arg() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue