##// END OF EJS Templates
test-gpg: suppress secure memory warning...
David Champion -
r9041:6e5e5484 default
parent child Browse files
Show More
@@ -7,7 +7,7 b' cat <<EOF >> $HGRCPATH'
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
General Comments 0
You need to be logged in to leave comments. Login now