aboutsummaryrefslogtreecommitdiff
path: root/tests/process_kill_on_drop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/process_kill_on_drop.rs')
-rw-r--r--tests/process_kill_on_drop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/process_kill_on_drop.rs b/tests/process_kill_on_drop.rs
index 658e4ad..d919b1a 100644
--- a/tests/process_kill_on_drop.rs
+++ b/tests/process_kill_on_drop.rs
@@ -12,7 +12,7 @@ use tokio_test::assert_ok;
#[tokio::test]
async fn kill_on_drop() {
let mut cmd = Command::new("bash");
- cmd.args(&[
+ cmd.args([
"-c",
"
# Fork another child that won't get killed