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/qfile/, tests/qmanifest/root/.gnupg/
Date: Sat, 25 May 2019 12:19:27
Message-Id: 1558786716.79156b638cd323b3309eaf1a4e23fa9f127a5266.grobian@gentoo
1 commit: 79156b638cd323b3309eaf1a4e23fa9f127a5266
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 12:18:36 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 12:18:36 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=79156b63
7
8 tests/qfile: fix test to work with new qfile behaviour
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 tests/qfile/dotest | 4 ++--
13 tests/qmanifest/root/.gnupg/random_seed | Bin 600 -> 600 bytes
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/tests/qfile/dotest b/tests/qfile/dotest
17 index 8e8d842..a9d1c55 100755
18 --- a/tests/qfile/dotest
19 +++ b/tests/qfile/dotest
20 @@ -30,8 +30,8 @@ tests=(
21 "(cd /bin; q file -Cq bash)"
22 "app-shells/bash"
23
24 - "(cd /; q file -Co bash)"
25 - "bash"
26 + "(cd /; q file -Co whatever)"
27 + "whatever"
28 )
29
30 set -- "${tests[@]}"
31
32 diff --git a/tests/qmanifest/root/.gnupg/random_seed b/tests/qmanifest/root/.gnupg/random_seed
33 index e0d638e..5da25bd 100644
34 Binary files a/tests/qmanifest/root/.gnupg/random_seed and b/tests/qmanifest/root/.gnupg/random_seed differ