File: disable-test-assumes-git-repo.patch

package info (click to toggle)
rust-gix-path 0.10.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: gix-path/src/env/git/tests.rs
===================================================================
--- gix-path.orig/src/env/git/tests.rs
+++ gix-path/src/env/git/tests.rs
@@ -430,11 +430,11 @@ mod exe_info {
         );
     }
 
-    #[test]
+    /*#[test]
     #[serial]
     fn with_unmodified_environment() {
         check_exe_info();
-    }
+    }*/
 
     /*#[test]
     #[serial]