diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-01-02 16:22:52 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-01-02 16:22:52 +0100 |
commit | 6d6d693b3e0cd3aa6ea19ffe036e5f50c15aa7dd (patch) | |
tree | 1762c16a78b534cd3df2338bd0e8096d39053945 /tests | |
parent | libq/tree: ensure we don't leak scandir results on sorted foreach_pkg (diff) | |
download | portage-utils-6d6d693b3e0cd3aa6ea19ffe036e5f50c15aa7dd.tar.gz portage-utils-6d6d693b3e0cd3aa6ea19ffe036e5f50c15aa7dd.tar.bz2 portage-utils-6d6d693b3e0cd3aa6ea19ffe036e5f50c15aa7dd.zip |
qcheck: fix tests
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qcheck/list04.good | 2 | ||||
-rw-r--r-- | tests/qcheck/list05.good | 2 | ||||
-rw-r--r-- | tests/qcheck/list06.good | 2 | ||||
-rw-r--r-- | tests/qcheck/list07.good | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/qcheck/list04.good b/tests/qcheck/list04.good index 604d20c..2f9f512 100644 --- a/tests/qcheck/list04.good +++ b/tests/qcheck/list04.good @@ -8,4 +8,4 @@ Checking a-b/pkg ... AFK: /missing-dir/missing-sym * 4 out of 11 files are good (2 files were ignored) Checking virtual/pkg ... - * 0 out of 0 file are good + * 0 out of 0 files are good diff --git a/tests/qcheck/list05.good b/tests/qcheck/list05.good index 35a0ff5..688c177 100644 --- a/tests/qcheck/list05.good +++ b/tests/qcheck/list05.good @@ -8,4 +8,4 @@ Checking a-b/pkg ... AFK: /missing-dir/missing-sym * 4 out of 11 files are good (2 files were ignored) Checking virtual/pkg ... - * 0 out of 0 file are good + * 0 out of 0 files are good diff --git a/tests/qcheck/list06.good b/tests/qcheck/list06.good index fb241db..6129032 100644 --- a/tests/qcheck/list06.good +++ b/tests/qcheck/list06.good @@ -5,4 +5,4 @@ Checking a-b/pkg ... MTIME: /bin/bad-mtime-sym * 4 out of 8 files are good (5 files were ignored) Checking virtual/pkg ... - * 0 out of 0 file are good + * 0 out of 0 files are good diff --git a/tests/qcheck/list07.good b/tests/qcheck/list07.good index ae80975..847b0b5 100644 --- a/tests/qcheck/list07.good +++ b/tests/qcheck/list07.good @@ -1,4 +1,4 @@ Checking a-b/pkg ... * 4 out of 4 files are good (9 files were ignored) Checking virtual/pkg ... - * 0 out of 0 file are good + * 0 out of 0 files are good |