aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpg/t-sig-notation.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gpg/t-sig-notation.c')
-rw-r--r--tests/gpg/t-sig-notation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gpg/t-sig-notation.c b/tests/gpg/t-sig-notation.c
index 798ad24f..98d50952 100644
--- a/tests/gpg/t-sig-notation.c
+++ b/tests/gpg/t-sig-notation.c
@@ -147,8 +147,8 @@ main (int argc, char *argv[])
/* GnuPG prior to 2.1.13 did not report the critical flag
correctly. */
have_correct_sig_data =
- ! (strncmp ("1.", engine_info->version, 2)
- || (strncmp ("2.1.1", engine_info->version, 5)
+ ! (strncmp ("1.", engine_info->version, 2) == 0
+ || (strncmp ("2.1.1", engine_info->version, 5) == 0
&& (engine_info->version[5] == 0
|| engine_info->version[5] < '3')));