Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/qmanifest/
Date: Sat, 25 May 2019 17:06:03
Message-Id: 1558803930.f75ba72b67be73d847a8937e3cd4bdbf3e4777f4.grobian@gentoo
1 commit: f75ba72b67be73d847a8937e3cd4bdbf3e4777f4
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 17:05:30 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 17:05:30 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f75ba72b
7
8 tests/qmanifest: TRAVIS_OS_NAME != $(uname)
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 tests/qmanifest/dotest | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tests/qmanifest/dotest b/tests/qmanifest/dotest
16 index fcb5bf0..525dc8b 100755
17 --- a/tests/qmanifest/dotest
18 +++ b/tests/qmanifest/dotest
19 @@ -44,7 +44,7 @@ test 05 1 "qmanifest -o notatree"
20
21 # Travis uses old Ubuntu, and Ubuntu uses prehistoric gpg, which just
22 # won't work. Too bad, really.
23 -if [[ ${TRAVIS_OS_NAME} != Linux ]] ; then
24 +if [[ ${TRAVIS_OS_NAME} != linux ]] ; then
25
26 # generate a valid tree
27 rm -Rf testtree