Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/netpbm/files: netpbm-10.61-test.patch
Date: Wed, 29 May 2013 15:15:10
Message-Id: 20130529151505.566212171D@flycatcher.gentoo.org
1 vapier 13/05/29 15:15:05
2
3 Added: netpbm-10.61-test.patch
4 Log:
5 Disable jbig tests when USE=-jbig and fix all-in-place test failure due to fiascotopnm #450530#6 by Andreas Sturmlechner.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.1 media-libs/netpbm/files/netpbm-10.61-test.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/netpbm/files/netpbm-10.61-test.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/netpbm/files/netpbm-10.61-test.patch?rev=1.1&content-type=text/plain
14
15 Index: netpbm-10.61-test.patch
16 ===================================================================
17 https://bugs.gentoo.org/450530
18
19 we disable fiascotopnm all the time, so delete the test too
20
21 --- a/test/all-in-place.test
22 +++ b/test/all-in-place.test
23 @@ -103,13 +103,6 @@
24
25
26
27 -# Test fiascotopnm, which has a unique -v flag.
28 -
29 -${PBM_TESTPREFIX}fiascotopnm -v 2> /dev/null
30 - testExitStatus fiascotopnm 2 $?
31 -
32 -
33 -
34 # Test manweb and pnmmargin, which support --help.
35
36 ${PBM_TESTPREFIX}manweb --help > /dev/null