Skip to content

Commit 926067c

Browse files
committed
fix some errors
1 parent bb695ce commit 926067c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/by-util/test_whoami.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
// file that was distributed with this source code.
55

66
use uu_tests_common::new_ucmd;
7+
#[cfg(unix)]
78
use uu_tests_common::unwrap_or_return;
9+
#[cfg(unix)]
810
use uu_tests_common::util::expected_result;
911
#[cfg(unix)]
1012
use uu_tests_common::util::{is_ci, whoami, TestScenario};

0 commit comments

Comments
 (0)