diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/openpgp/4gb-packet.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/4gb-packet.test b/tests/openpgp/4gb-packet.test index f8e43c80b..57b8fc7bc 100755 --- a/tests/openpgp/4gb-packet.test +++ b/tests/openpgp/4gb-packet.test @@ -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 |