about summary refs log tree commit diff
path: root/debian/patches/Disable-general-with-expect.patch
blob: 77d88b417712429bcf80f540e1d924f606623208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
Date: Fri, 13 May 2016 11:13:20 +0800
Subject: Disable general-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
@@ -3776,7 +3776,6 @@ src_tests_ldadd = \
 
 check_programs += \
 	src/tests/test-general \
-	src/tests/test-general-with-expect \
 	src/tests/test-ip4-config \
 	src/tests/test-ip6-config \
 	src/tests/test-dcb \