From 330ecafed407197d31c30170e1c76674d3ed91e8 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 1 Aug 2003 19:31:31 +0000 Subject: oops, s/gpgfoo/gpg/ svn path=/trunk/; revision=22058 --- camel/tests/smime/pgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/tests') diff --git a/camel/tests/smime/pgp.c b/camel/tests/smime/pgp.c index 78d4039847..1075f218ad 100644 --- a/camel/tests/smime/pgp.c +++ b/camel/tests/smime/pgp.c @@ -133,7 +133,7 @@ int main (int argc, char **argv) setenv ("GNUPGHOME", "/tmp/camel-test/.gnupg", 1); /* import the gpg keys */ - if ((ret = system ("gpgfoo > /dev/null 2>&1")) == -1) + if ((ret = system ("gpg > /dev/null 2>&1")) == -1) return 77; else if (WEXITSTATUS (ret) == 127) return 77; -- cgit v1.2.3