aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/smime/pgp.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-07-21 04:55:53 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-07-21 04:55:53 +0800
commit8a644defbfa4fd7e357db469ca1c65dd1da154e5 (patch)
tree4b14449eeac8796851baa10fc8f323d7737d15c0 /camel/tests/smime/pgp.c
parent8ce52755799a11514f4c1f930b201eb42596e6b0 (diff)
downloadgsoc2013-evolution-8a644defbfa4fd7e357db469ca1c65dd1da154e5.tar
gsoc2013-evolution-8a644defbfa4fd7e357db469ca1c65dd1da154e5.tar.gz
gsoc2013-evolution-8a644defbfa4fd7e357db469ca1c65dd1da154e5.tar.bz2
gsoc2013-evolution-8a644defbfa4fd7e357db469ca1c65dd1da154e5.tar.lz
gsoc2013-evolution-8a644defbfa4fd7e357db469ca1c65dd1da154e5.tar.xz
gsoc2013-evolution-8a644defbfa4fd7e357db469ca1c65dd1da154e5.tar.zst
gsoc2013-evolution-8a644defbfa4fd7e357db469ca1c65dd1da154e5.zip
Pull up test fixes to get them building again
2001-07-20 JP Rosevear <jpr@ximian.com> * Pull up test fixes to get them building again svn path=/trunk/; revision=11270
Diffstat (limited to 'camel/tests/smime/pgp.c')
-rw-r--r--camel/tests/smime/pgp.c2
1 files changed, 1 insertions, 1 deletions
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");