commit: f61e96c0883459f29679e736cd136e63a60c1b92
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 8 09:44:46 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Apr 8 09:44:46 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f61e96c0
travis: see if sort is called
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
tests/qdepends/dotest | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/qdepends/dotest b/tests/qdepends/dotest
index 516d793..c507f08 100755
--- a/tests/qdepends/dotest
+++ b/tests/qdepends/dotest
@@ -28,8 +28,7 @@ test() {
*:*)
pkg=${line%%:*}
line=${line#*:}
- env LC_ALL=C \
- echo "${pkg}: $(echo "${line}" | tr ' ' '\n' |
sort | xargs)"
+ echo "${pkg}: sort? $(echo "${line}" | tr ' ' '\n' |
LC_ALL=C sort | xargs)"
;;
*)
echo "${line}"