File: pass-z-avoid-dev-deps.patch

package info (click to toggle)
rust-fslock 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: makefile: 9
file content (20 lines) | stat: -rw-r--r-- 657 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: rust-fslock-0.2.1.new/src/test.rs
===================================================================
--- rust-fslock-0.2.1.new.orig/src/test.rs
+++ rust-fslock-0.2.1.new/src/test.rs
@@ -56,6 +58,7 @@ fn check_try_lock_example(
     use std::process::{Command, Stdio};
 
     let child = Command::new("cargo")
+        .arg("-Zavoid-dev-deps")
         .arg("run")
         .arg("-q")
         .arg("--example")
@@ -87,6 +90,7 @@ fn check_try_lock_with_pid_example(
     use std::process::{Command, Stdio};
 
     let child = Command::new("cargo")
+        .arg("-Zavoid-dev-deps")
         .arg("run")
         .arg("-q")
         .arg("--example")