We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aace36f + ca7a5bf commit fe319d5Copy full SHA for fe319d5
t/lib-gpg.sh
@@ -104,6 +104,12 @@ test_lazy_prereq GPGSSH '
104
test $? != 127 || exit 1
105
echo $ssh_version | grep -q "find-principals:missing signature file"
106
test $? = 0 || exit 1;
107
+
108
+ # some broken versions of ssh-keygen segfault on find-principals;
109
+ # avoid testing with them.
110
+ ssh-keygen -Y find-principals -f /dev/null -s /dev/null
111
+ test $? = 139 && exit 1
112
113
mkdir -p "${GNUPGHOME}" &&
114
chmod 0700 "${GNUPGHOME}" &&
115
(setfacl -k "${GNUPGHOME}" 2>/dev/null || true) &&
0 commit comments