From 030118d69140e834960902f620a2f4a46759ef81 Mon Sep 17 00:00:00 2001 From: "psklenar@redhat.com" Date: Mon, 20 Apr 2026 12:44:59 +0200 Subject: [PATCH] Skip GPG and cryptographic tools (interactive prompts) Add gpg, gpg2, gpg-agent, ssh-keygen, openssl to SKIP_LIST. These tools have interactive prompts that block fuzzing test. Co-Authored-By: Claude Sonnet 4.5 --- system-in-use/run-them-all/try-all-binaries-help-options.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-in-use/run-them-all/try-all-binaries-help-options.sh b/system-in-use/run-them-all/try-all-binaries-help-options.sh index a11d2b3..b953611 100755 --- a/system-in-use/run-them-all/try-all-binaries-help-options.sh +++ b/system-in-use/run-them-all/try-all-binaries-help-options.sh @@ -36,6 +36,9 @@ SKIP_NAMES=( # Editors vi vim nvim nano emacs ed + # Cryptographic tools (interactive prompts) + gpg gpg2 gpg-agent ssh-keygen openssl + # Cloud tools aws gcloud kubectl docker podman