1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-13 00:09:51 +02:00

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

View File

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