Re: [PATCH v2] t7510: do not fail when gpg warns about insecure memory

2015-03-10 Thread Michael J Gruber
Kyle J. McKay venit, vidit, dixit 09.03.2015 21:03: > Depending on how gpg was built, it may issue the following > message to stderr when run: > > Warning: using insecure memory! > > When the test is collecting gpg output it is therefore not > enough to just match on a "gpg: " prefix it must al

[PATCH v2] t7510: do not fail when gpg warns about insecure memory

2015-03-09 Thread Kyle J. McKay
Depending on how gpg was built, it may issue the following message to stderr when run: Warning: using insecure memory! When the test is collecting gpg output it is therefore not enough to just match on a "gpg: " prefix it must also match on a "Warning: " prefix wherever it needs to match lines