[Pkg-gnupg-commit] [gpgme] 142/412: tests: Fix test.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit e3dfd0a5ed53043a2fb1ceb23fc3aff03c47708d
Author: Justus Winter <justus at gnupg.org>
Date:   Fri May 27 15:27:55 2016 +0200

    tests: Fix test.
    
    --
    Signed-off-by: Justus Winter <justus at gnupg.org>
---
 tests/gpg/t-file-name.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gpg/t-file-name.c b/tests/gpg/t-file-name.c
index eb20fc0..dad4bd9 100644
--- a/tests/gpg/t-file-name.c
+++ b/tests/gpg/t-file-name.c
@@ -87,7 +87,7 @@ main (int argc, char *argv[])
     {
       fprintf (stderr, "%s:%i: Unexpected result file name: %s\n",
                __FILE__, __LINE__,
-	       result->file_name ? "(null)" : result->file_name);
+	       result->file_name ? result->file_name : "(null)");
       exit (1);
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list