aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpg/t-sig-notation.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-09-27 10:49:24 +0000
committerJustus Winter <[email protected]>2016-09-27 10:49:24 +0000
commita6e9eefb23e57e14afaead5c896452360bdaeb6f (patch)
tree18043d3c3271678aba66db71061e8bf7087803d7 /tests/gpg/t-sig-notation.c
parentClarify licensing (diff)
downloadgpgme-a6e9eefb23e57e14afaead5c896452360bdaeb6f.tar.gz
gpgme-a6e9eefb23e57e14afaead5c896452360bdaeb6f.zip
tests: Fix blunder.
-- Fixes-commit: a423603f Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tests/gpg/t-sig-notation.c')
-rw-r--r--tests/gpg/t-sig-notation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/t-sig-notation.c b/tests/gpg/t-sig-notation.c
index 091a26e5..052e1796 100644
--- a/tests/gpg/t-sig-notation.c
+++ b/tests/gpg/t-sig-notation.c
@@ -151,7 +151,7 @@ main (int argc, char *argv[])
correctly. */
have_correct_sig_data =
! (strncmp ("1.", engine_info->version, 2) == 0
- || strncmp ("2.0.", version, 4) == 0
+ || strncmp ("2.0.", engine_info->version, 4) == 0
|| (strncmp ("2.1.1", engine_info->version, 5) == 0
&& (engine_info->version[5] == 0
|| engine_info->version[5] < '3')));