users: fix unused imports in tests on FreeBSD

This commit is contained in:
Daniel Hofstetter
2025-08-16 16:57:43 +02:00
parent 34a3c5bd0e
commit 1004ba7f63
+2 -2
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() {