Merge pull request #8488 from cakebaker/users_fix_unused_imports

users: fix unused imports in tests on FreeBSD
This commit is contained in:
Sylvestre Ledru 2025-08-16 22:29:04 +02:00 committed by GitHub
commit a9d77446fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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() {