Skip to content

Commit

Permalink
windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Jan 9, 2024
1 parent 9efb338 commit cdbf070
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/by-util/test_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// file that was distributed with this source code.
// spell-checker:ignore (words) bamf chdir rlimit prlimit COMSPEC

use crate::common::util::{expected_result, TestScenario};
#[cfg(any(target_os = "linux", target_os = "android"))]
use crate::common::util::expected_result;
use crate::common::util::TestScenario;
use std::env;
use std::path::Path;
use tempfile::tempdir;
Expand Down

0 comments on commit cdbf070

Please sign in to comment.