summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-03-04 21:37:58 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-03-04 21:37:58 +0000
commit50ad4b9f40aa44f4956c9eec5bfbd8734a900a7f (patch)
tree72986764a951d89b9bb083cf1edb07c051106a0f /dev-vcs
parentAdd ~x86-fbsd #489736 (diff)
downloadgentoo-2-50ad4b9f40aa44f4956c9eec5bfbd8734a900a7f.tar.gz
gentoo-2-50ad4b9f40aa44f4956c9eec5bfbd8734a900a7f.tar.bz2
gentoo-2-50ad4b9f40aa44f4956c9eec5bfbd8734a900a7f.zip
Removed already fixed test exceptions for root
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/mercurial/ChangeLog5
-rw-r--r--dev-vcs/mercurial/mercurial-2.9.1.ebuild13
2 files changed, 5 insertions, 13 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog
index 66ac0c605211..b3dad0a2cd33 100644
--- a/dev-vcs/mercurial/ChangeLog
+++ b/dev-vcs/mercurial/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/mercurial
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.139 2014/03/04 08:29:03 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.140 2014/03/04 21:37:58 polynomial-c Exp $
+
+ 04 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> mercurial-2.9.1.ebuild:
+ Removed already fixed test exceptions for root.
*mercurial-2.9.1 (04 Mar 2014)
diff --git a/dev-vcs/mercurial/mercurial-2.9.1.ebuild b/dev-vcs/mercurial/mercurial-2.9.1.ebuild
index e0e04c175da0..8ebbf254e798 100644
--- a/dev-vcs/mercurial/mercurial-2.9.1.ebuild
+++ b/dev-vcs/mercurial/mercurial-2.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.9.1.ebuild,v 1.1 2014/03/04 08:29:03 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.9.1.ebuild,v 1.2 2014/03/04 21:37:58 polynomial-c Exp $
EAPI=5
@@ -104,17 +104,6 @@ src_test() {
rm -f test-convert-tla* # GNU Arch tla
#rm -f test-doctest* # doctest always fails with python 2.5.x
rm -f test-largefiles* # tends to time out
- if [[ ${EUID} -eq 0 ]]; then
- einfo "Removing tests which require user privileges to succeed"
- rm -f test-command-template*
- rm -f test-convert*
- rm -f test-lock-badness*
- rm -f test-permissions*
- rm -f test-pull-permission*
- rm -f test-clone-failure*
- rm -f test-journal-exists*
- rm -f test-repair-strip*
- fi
popd &>/dev/null || die
distutils-r1_src_test