tests: Silence the 5gb-packet test.

* tests/openpgp/4gb-packet.test: Send output to /dev/null.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2015-09-10 18:07:20 +02:00
parent e92a8ab021
commit 7a0c3cc760
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# 2^32-1 as invalid and exit with status code 2.
i=$srcdir/4gb-packet.asc
if ! $GPG --list-packets $i
if ! $GPG --list-packets $i >/dev/null
then
echo Failed to parse 4GB packet.
exit 1