mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #8488 from cakebaker/users_fix_unused_imports
users: fix unused imports in tests on FreeBSD
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
use uutests::new_ucmd;
|
||||
use uutests::util::TestScenario;
|
||||
use uutests::util_name;
|
||||
#[cfg(any(target_vendor = "apple", target_os = "linux"))]
|
||||
use uutests::{util::TestScenario, util_name};
|
||||
|
||||
#[test]
|
||||
fn test_invalid_arg() {
|
||||
|
||||
Reference in New Issue
Block a user