mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01: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:
parent
e92a8ab021
commit
7a0c3cc760
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user