summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/patches/disable-test-inherit-env.patch
blob: fcb75ed098ec91d0fa58c6d741e5a8b82ed277d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- rustc-1.26.2-src.org/src/libstd/process.rs	2018-06-01 21:40:11.000000000 +0100
+++ rustc-1.26.2-src/src/libstd/process.rs	2018-06-08 07:50:23.023828658 +0100
@@ -1745,6 +1745,7 @@
     }
 
     #[test]
+    #[ignore]
     fn test_inherit_env() {
         use env;