Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:eapi7-ver commit in: eclass/tests/
Date: Wed, 06 Sep 2017 13:48:38
Message-Id: 1504705697.7beb8b057de660360b543fd090c3972cc3316b93.mgorny@gentoo
1 commit: 7beb8b057de660360b543fd090c3972cc3316b93
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 6 13:48:17 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 13:48:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7beb8b05
7
8 eapi7-ver.eclass: Enable invalid range syntax tests
9
10 eclass/tests/eapi7-ver.sh | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/eclass/tests/eapi7-ver.sh b/eclass/tests/eapi7-ver.sh
14 index 2bac732018b..4a1315e42f3 100755
15 --- a/eclass/tests/eapi7-ver.sh
16 +++ b/eclass/tests/eapi7-ver.sh
17 @@ -40,4 +40,5 @@ teq .1-2.3 version_rs 1 - .1.2.3
18 teq -1.2.3 version_rs 0 - .1.2.3
19
20 txf version_cut foo 1.2.3
21 -#txf version_rs 5-3 _ a1b2c3d4e5
22 +txf version_rs -3 _ a1b2c3d4e5
23 +txf version_rs 5-3 _ a1b2c3d4e5