summaryrefslogtreecommitdiffstats
path: root/debian/patches/c-disable-fs-specific-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/c-disable-fs-specific-test.patch')
-rw-r--r--debian/patches/c-disable-fs-specific-test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/c-disable-fs-specific-test.patch b/debian/patches/c-disable-fs-specific-test.patch
deleted file mode 100644
index ccdc0ba81..000000000
--- a/debian/patches/c-disable-fs-specific-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: rust/src/tools/cargo/tests/testsuite/metadata.rs
-===================================================================
---- rust.orig/src/tools/cargo/tests/testsuite/metadata.rs
-+++ rust/src/tools/cargo/tests/testsuite/metadata.rs
-@@ -3988,7 +3988,7 @@ fn dep_kinds_workspace() {
- // Creating non-utf8 path is an OS-specific pain, so let's run this only on
- // linux, where arbitrary bytes work.
- #[cfg(target_os = "linux")]
--#[cargo_test]
-+#[allow(dead_code)]
- fn cargo_metadata_non_utf8() {
- use std::ffi::OsString;
- use std::os::unix::ffi::OsStringExt;