commit:     79156b638cd323b3309eaf1a4e23fa9f127a5266
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 12:18:36 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat May 25 12:18:36 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=79156b63

tests/qfile: fix test to work with new qfile behaviour

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

 tests/qfile/dotest                      |   4 ++--
 tests/qmanifest/root/.gnupg/random_seed | Bin 600 -> 600 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/qfile/dotest b/tests/qfile/dotest
index 8e8d842..a9d1c55 100755
--- a/tests/qfile/dotest
+++ b/tests/qfile/dotest
@@ -30,8 +30,8 @@ tests=(
        "(cd /bin; q file -Cq bash)"
        "app-shells/bash"
 
-       "(cd /; q file -Co bash)"
-       "bash"
+       "(cd /; q file -Co whatever)"
+       "whatever"
 )
 
 set -- "${tests[@]}"

diff --git a/tests/qmanifest/root/.gnupg/random_seed 
b/tests/qmanifest/root/.gnupg/random_seed
index e0d638e..5da25bd 100644
Binary files a/tests/qmanifest/root/.gnupg/random_seed and 
b/tests/qmanifest/root/.gnupg/random_seed differ

Reply via email to