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/qdepends/
Date: Mon, 08 Apr 2019 09:50:21
Message-Id: 1554716857.04cffcbb0e1b109ab8f36cd304798c1727c22082.grobian@gentoo
1 commit: 04cffcbb0e1b109ab8f36cd304798c1727c22082
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 09:47:37 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 09:47:37 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=04cffcbb
7
8 travis: remove debug marker, see if output matches without
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 tests/qdepends/dotest | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tests/qdepends/dotest b/tests/qdepends/dotest
16 index c507f08..6a8c3d6 100755
17 --- a/tests/qdepends/dotest
18 +++ b/tests/qdepends/dotest
19 @@ -28,7 +28,7 @@ test() {
20 *:*)
21 pkg=${line%%:*}
22 line=${line#*:}
23 - echo "${pkg}: sort? $(echo "${line}" | tr ' ' '\n' | LC_ALL=C sort | xargs)"
24 + echo "${pkg}: $(echo "${line}" | tr ' ' '\n' | LC_ALL=C sort | xargs)"
25 ;;
26 *)
27 echo "${line}"