summaryrefslogtreecommitdiff
path: root/net-misc/dropbear/files/dropbear-2024.84-non-interactive-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/dropbear/files/dropbear-2024.84-non-interactive-tests.patch')
-rw-r--r--net-misc/dropbear/files/dropbear-2024.84-non-interactive-tests.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/dropbear/files/dropbear-2024.84-non-interactive-tests.patch b/net-misc/dropbear/files/dropbear-2024.84-non-interactive-tests.patch
new file mode 100644
index 000000000000..84314f5fd7fa
--- /dev/null
+++ b/net-misc/dropbear/files/dropbear-2024.84-non-interactive-tests.patch
@@ -0,0 +1,13 @@
+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)
+