summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-04 02:55:53 +0100
committerSam James <sam@gentoo.org>2024-10-04 02:55:53 +0100
commit4765bbe24661beb5647e68828b42476faa712553 (patch)
tree9712f029fdcdeca28e05493d771a8d99fa3eb817
parentnet-misc/socat: add 1.8.0.1 (diff)
downloadgentoo-4765bbe24661beb5647e68828b42476faa712553.tar.gz
gentoo-4765bbe24661beb5647e68828b42476faa712553.tar.bz2
gentoo-4765bbe24661beb5647e68828b42476faa712553.zip
net-misc/socat: backport test skips
Bug: https://bugs.gentoo.org/920907 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-misc/socat/socat-1.8.0.0.ebuild6
1 files 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() {