comparison tests/test-gpg @ 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 6fce36336e42
children
comparison
equal deleted inserted replaced
9246:2de7d96593db 9283:b3ee4c2e1ff5
5 cat <<EOF >> $HGRCPATH 5 cat <<EOF >> $HGRCPATH
6 [extensions] 6 [extensions]
7 gpg= 7 gpg=
8 8
9 [gpg] 9 [gpg]
10 cmd=gpg --no-permission-warning --homedir $TESTDIR/gpg 10 cmd=gpg --no-permission-warning --no-secmem-warning --homedir $TESTDIR/gpg
11 EOF 11 EOF
12 12
13 hg init r 13 hg init r
14 cd r 14 cd r
15 echo foo > foo 15 echo foo > foo