summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-03-06 10:39:37 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-03-06 10:45:00 +0100
commite35795808704017751f2a22f5c3ff29a3e8ea5db (patch)
treea22b1d7e068467177a54dce199315a43a5825c2e /app-misc
parentprofiles/license_groups: dotnet-eula correct position for sorting (diff)
downloadgentoo-e35795808704017751f2a22f5c3ff29a3e8ea5db.tar.gz
gentoo-e35795808704017751f2a22f5c3ff29a3e8ea5db.tar.bz2
gentoo-e35795808704017751f2a22f5c3ff29a3e8ea5db.zip
app-misc/mc: Only disable broken tests, not the entire test suite.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/mc/mc-4.8.19.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/mc/mc-4.8.19.ebuild b/app-misc/mc/mc-4.8.19.ebuild
index 9841436fbc29..885334627ee3 100644
--- a/app-misc/mc/mc-4.8.19.ebuild
+++ b/app-misc/mc/mc-4.8.19.ebuild
@@ -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
}