File: skip-has-link-flags.diff

package info (click to toggle)
rust-system-deps 7.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 456 kB
  • sloc: ansic: 63; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/src/test.rs
+++ b/src/test.rs
@@ -1221,6 +1221,7 @@
 }
 
 #[test]
+#[ignore = "tries to access non-existant files"]
 fn has_link_flags() {
     let (libraries, flags) = toml("toml-rpath", vec![]).unwrap();
     let testlib = libraries.get_by_name("testlibwithrpath").unwrap();