changeset 9283:b3ee4c2e1ff5

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 2de7d96593db
children 4a1b24dbf753
files tests/test-gpg
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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