Files
gentoo/net-misc/dropbear/files/dropbear-2024.84-non-interactive-tests.patch
Viorel Munteanu ca104be35e net-misc/dropbear: add 2024.84
Make the tests non-interactive just in case.
Disable the tests that fail.

Closes: https://bugs.gentoo.org/732294
Bug: https://bugs.gentoo.org/920293
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2024-04-06 08:54:50 +03:00

14 lines
300 B
Diff

Force tests to be non-interactive
--- a/test/test_dropbear.py
+++ b/test/test_dropbear.py
@@ -23,7 +23,7 @@
args = opt.dropbear.split() + [
"-p", LOCALADDR + ":" + opt.port, # bind locally only
"-r", opt.hostkey,
- "-F", "-E",
+ "-F", "-E", "-s",
]
print("subprocess args: ", args)