about summary refs log tree commit diff
path: root/debian/patches/Disable-core-with-expect.patch
blob: b30319f6fc64a3411ecaf331a89e45295faf6fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
Date: Fri, 13 May 2016 11:13:20 +0800
Subject: Disable core-with-expect

which tends to fail on ppc64el and arm64
---
 Makefile.am | 1 -
 1 file changed, 1 deletion(-)

Index: network-manager-1.18.0/Makefile.am
===================================================================
--- network-manager-1.18.0.orig/Makefile.am
+++ network-manager-1.18.0/Makefile.am
@@ -3785,7 +3785,6 @@
 
 check_programs += \
 	src/tests/test-core \
-	src/tests/test-core-with-expect \
 	src/tests/test-ip4-config \
 	src/tests/test-ip6-config \
 	src/tests/test-dcb \