Fix clippy warnings in tests on Windows

pull/1459/head
sharkdp 4 years ago committed by David Peter
parent b458292a69
commit 59c9105c25

@ -8,7 +8,11 @@ use std::str::from_utf8;
use std::time::Duration;
const EXAMPLES_DIR: &str = "tests/examples";
#[cfg(unix)]
const SAFE_CHILD_PROCESS_CREATION_TIME: Duration = Duration::from_millis(100);
#[cfg(unix)]
const CHILD_WAIT_TIMEOUT: Duration = Duration::from_secs(15);
fn bat_raw_command() -> Command {

Loading…
Cancel
Save