# HG changeset patch # User David Champion # Date 1246820365 18000 # 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 -r 4743d1a65dfe -r 6e5e548452de 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