# HG changeset patch # User David Champion # Date 2009-07-05 18:59:25 # Node ID 6e5e548452de22ebbcaace64bc625d1868ec1a8c # Parent 4743d1a65dfe01b37dff2f0a5c83fb43b061d6e9 test-gpg: suppress secure memory warning Some platforms (Solaris for one) does not support secure memory and would give a warning. diff --git a/tests/test-gpg b/tests/test-gpg --- a/tests/test-gpg +++ b/tests/test-gpg @@ -7,7 +7,7 @@ cat <> $HGRCPATH 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