File: disable-symbols-test.patch

package info (click to toggle)
rust-rpm-sequoia 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: makefile: 51; sh: 6
file content (13 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: rpm-sequoia/tests/symbols.rs
===================================================================
--- rpm-sequoia.orig/tests/symbols.rs
+++ rpm-sequoia/tests/symbols.rs
@@ -6,7 +6,7 @@ use std::path::PathBuf;
 use assert_cmd::Command;
 use assert_cmd::assert::OutputAssertExt;
 
-#[test]
+//#[test]
 fn symbols() -> anyhow::Result<()> {
     // Make sure the library is built.
     Command::new("cargo").arg("build").ok()?;