summaryrefslogtreecommitdiffstats
path: root/tokio
diff options
context:
space:
mode:
Diffstat (limited to 'tokio')
-rw-r--r--tokio/tests/process_kill_on_drop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/tests/process_kill_on_drop.rs b/tokio/tests/process_kill_on_drop.rs
index f67bb23c..00f5c6dc 100644
--- a/tokio/tests/process_kill_on_drop.rs
+++ b/tokio/tests/process_kill_on_drop.rs
@@ -10,7 +10,7 @@ use tokio_test::assert_ok;
#[tokio::test]
async fn kill_on_drop() {
- let mut cmd = Command::new("sh");
+ let mut cmd = Command::new("bash");
cmd.args(&[
"-c",
"