test-gpg: suppress secure memory warning
authorDavid Champion <dgc@uchicago.edu>
Sun, 05 Jul 2009 13:59:25 -0500
changeset 9041 6e5e548452de
parent 9040 4743d1a65dfe
child 9042 95046688f80f
test-gpg: suppress secure memory warning Some platforms (Solaris for one) does not support secure memory and would give a warning.
tests/test-gpg
--- 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