From 8a644defbfa4fd7e357db469ca1c65dd1da154e5 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 20 Jul 2001 20:55:53 +0000 Subject: Pull up test fixes to get them building again 2001-07-20 JP Rosevear * Pull up test fixes to get them building again svn path=/trunk/; revision=11270 --- camel/tests/smime/pgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/tests/smime/pgp.c') diff --git a/camel/tests/smime/pgp.c b/camel/tests/smime/pgp.c index ad9a0fa753..2d5ff7228c 100644 --- a/camel/tests/smime/pgp.c +++ b/camel/tests/smime/pgp.c @@ -106,7 +106,7 @@ int main (int argc, char **argv) session = camel_pgp_session_new ("/tmp/camel-test"); - ctx = camel_pgp_context_new (session, CAMEL_PGP_TYPE_GPG, "/usr/bin/gpg"); + ctx = camel_pgp_context_new (session, CAMEL_PGP_TYPE_GPG, "/usr/bin/gpg", FALSE); camel_test_start ("Test of PGP functions"); -- cgit v1.2.3