Skip to content

Commit

Permalink
fixup: ping
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 18, 2023
1 parent 48a9566 commit 1fc2e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-runner/src/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ pub async fn send_ping(
cmd.args(["-S", &source_ip.to_string()]);
}

#[cfg(target_os = "windows")]
#[cfg(target_os = "linux")]
cmd.args(["-I", interface]);

#[cfg(target_os = "macos")]
Expand Down

0 comments on commit 1fc2e97

Please sign in to comment.