diff options
-rw-r--r-- | dev-vcs/mercurial/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-2.9.1.ebuild | 13 |
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 |