tests: squelch noise from GPG machinery set-up
commit4b0bf39dd580239f647cb925a57566bf60c1f93c
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Dec 2014 20:33:56 +0000 (12 12:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Dec 2014 21:54:05 +0000 (12 13:54 -0800)
tree4bde6c8f8d66db4eab3f6f4883ea65b771732c67
parent1e3eefbc8d942f94d59d745bbfe91d28d39e680d
tests: squelch noise from GPG machinery set-up

It is distracting to let the GPG message while setting up the test
gpghome leak into the test output, especially without running these
tests with "-v" option.

The splitting of RFC1991 prerequiste part is about future-proofing.
When we want to define other kinds of specific prerequisites in the
future, we'd prefer to see it done separately from the basic set-up
code.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-gpg.sh