changeset 9041:6e5e548452de

test-gpg: suppress secure memory warning Some platforms (Solaris for one) does not support secure memory and would give a warning.
author David Champion <dgc@uchicago.edu>
date Sun, 05 Jul 2009 13:59:25 -0500
parents 4743d1a65dfe
children 95046688f80f
files tests/test-gpg
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-gpg	Sun Jul 05 13:58:37 2009 -0500
+++ b/tests/test-gpg	Sun Jul 05 13:59:25 2009 -0500
@@ -7,7 +7,7 @@
 gpg=
 
 [gpg]
-cmd=gpg --no-permission-warning --homedir $TESTDIR/gpg
+cmd=gpg --no-permission-warning --no-secmem-warning --homedir $TESTDIR/gpg
 EOF
 
 hg init r