commit:     acd58628e878188a600e97402e731315751a199c
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 06:08:38 2023 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 06:12:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd58628

sys-apps/toybox: Fix tests

Thanks to Rob Landley for pointing out that 'test' runs the single test called 
tests, and 'tests' runs all tests

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 sys-apps/toybox/toybox-0.8.8.ebuild | 4 ++--
 sys-apps/toybox/toybox-0.8.9.ebuild | 2 +-
 sys-apps/toybox/toybox-9999.ebuild  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/toybox/toybox-0.8.8.ebuild 
b/sys-apps/toybox/toybox-0.8.8.ebuild
index 01a70f0ff7e1..917c870334f9 100644
--- a/sys-apps/toybox/toybox-0.8.8.ebuild
+++ b/sys-apps/toybox/toybox-0.8.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -49,7 +49,7 @@ src_compile() {
 }
 
 src_test() {
-       emake test
+       emake tests
 }
 
 src_install() {

diff --git a/sys-apps/toybox/toybox-0.8.9.ebuild 
b/sys-apps/toybox/toybox-0.8.9.ebuild
index d890b64c89af..2d47626cc148 100644
--- a/sys-apps/toybox/toybox-0.8.9.ebuild
+++ b/sys-apps/toybox/toybox-0.8.9.ebuild
@@ -53,7 +53,7 @@ src_compile() {
 }
 
 src_test() {
-       emake V=1 test
+       emake V=1 tests
 }
 
 src_install() {

diff --git a/sys-apps/toybox/toybox-9999.ebuild 
b/sys-apps/toybox/toybox-9999.ebuild
index d890b64c89af..2d47626cc148 100644
--- a/sys-apps/toybox/toybox-9999.ebuild
+++ b/sys-apps/toybox/toybox-9999.ebuild
@@ -53,7 +53,7 @@ src_compile() {
 }
 
 src_test() {
-       emake V=1 test
+       emake V=1 tests
 }
 
 src_install() {

Reply via email to