app-misc/mc: Only disable broken tests, not the entire test suite.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 6 Mar 2017 09:39:37 +0000 (10:39 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 6 Mar 2017 09:45:00 +0000 (10:45 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

app-misc/mc/mc-4.8.19.ebuild

index 9841436fbc29f4706fcd37b1a9c3f16a57bf882c..885334627ee36e2ca10a2d7c679cedaa01978ee6 100644 (file)
@@ -18,8 +18,6 @@ IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg"
 
 REQUIRED_USE="spell? ( edit )"
 
-RESTRICT=test # fails rar test
-
 RDEPEND=">=dev-libs/glib-2.26.0:2
        gpm? ( sys-libs/gpm )
        kernel_linux? ( sys-fs/e2fsprogs )
@@ -51,6 +49,10 @@ src_prepare() {
 
        default
 
+       # These tests fail, so disable them instead of disabling the entire
+       # test suite. Please check on each bump if this is still necessary.
+       rm tests/src/vfs/extfs/helpers-list/data/{u7z,urar}.* || die
+
        eautoreconf
 }