test-gpg: suppress secure memory warning
authorDavid Champion <dgc@uchicago.edu>
Sun, 05 Jul 2009 13:59:25 -0500
changeset 9283 b3ee4c2e1ff5
parent 9246 2de7d96593db
child 9284 4a1b24dbf753
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	Mon Jul 27 02:27:24 2009 +0200
+++ 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