commit:     04cffcbb0e1b109ab8f36cd304798c1727c22082
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 09:47:37 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 09:47:37 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=04cffcbb

travis: remove debug marker, see if output matches without

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 tests/qdepends/dotest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qdepends/dotest b/tests/qdepends/dotest
index c507f08..6a8c3d6 100755
--- a/tests/qdepends/dotest
+++ b/tests/qdepends/dotest
@@ -28,7 +28,7 @@ test() {
                *:*)
                        pkg=${line%%:*}
                        line=${line#*:}
-                       echo "${pkg}: sort? $(echo "${line}" | tr ' ' '\n' | 
LC_ALL=C sort | xargs)"
+                       echo "${pkg}: $(echo "${line}" | tr ' ' '\n' | LC_ALL=C 
sort | xargs)"
                        ;;
                *)
                        echo "${line}"

Reply via email to