[Rt-commit] rt branch, 4.4/work-with-both-gnupgs, repushed
Brian Duggan
brian at bestpractical.com
Mon Mar 26 09:27:15 EDT 2018
The branch 4.4/work-with-both-gnupgs was deleted and repushed:
was 0836db8df3ff45538e42d52fee34014f674f6710
now 23ed8b50a8c55f24e91a442a3832569f72ec1534
-: ------- > 1: 9a785b6b1 fix the uninitialized warning in case @Order is empty
1: 0836db8df ! 2: 23ed8b50a Test modern gpg signing failure warnings
@@ -48,7 +48,8 @@
+# $ touch a-file
+# $ gpg --status-file gpg-status --default-key "bob at example.com" --sign a-file
+# $ cat gpg-status
-+if ($gnupg->is_modern) {
++my @gnupg_versions = split /\./, $gnupg->version;
++if ($gnupg_versions[0] >= 2 && $gnupg_versions[1] >= 1) {
+ is( scalar @warnings, 3, "Got warnings" );
+
+ like( $warnings[0], qr{signing failed: No secret key},
More information about the rt-commit
mailing list