commit: 4765bbe24661beb5647e68828b42476faa712553 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 4 01:55:53 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 01:55:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4765bbe2
net-misc/socat: backport test skips Bug: https://bugs.gentoo.org/920907 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/socat/socat-1.8.0.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/socat/socat-1.8.0.0.ebuild b/net-misc/socat/socat-1.8.0.0.ebuild index f256875f9b24..f840822a76f5 100644 --- a/net-misc/socat/socat-1.8.0.0.ebuild +++ b/net-misc/socat/socat-1.8.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,7 +47,9 @@ src_configure() { } src_test() { - edo ./test.sh -v --expect-fail 217,311,313,410,478,528 + # Most tests are skipped because they need network access or a TTY + # 518 519 need extra permissions + edo ./test.sh -v --expect-fail 217,311,313,410,478,518,519,528 } src_install() {
