summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-09-10 18:07:20 +0200
committerWerner Koch <wk@gnupg.org>2015-09-10 18:12:22 +0200
commit7a0c3cc760367024305d23e2124ea4cbc7e802df (patch)
treec9271a4157c68f07a8c154a68b2e9e7491b9d014 /tests
parentg10: Fix make distcheck problem. (diff)
downloadgnupg2-7a0c3cc760367024305d23e2124ea4cbc7e802df.tar.xz
gnupg2-7a0c3cc760367024305d23e2124ea4cbc7e802df.zip
tests: Silence the 5gb-packet test.
* tests/openpgp/4gb-packet.test: Send output to /dev/null. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/openpgp/4gb-packet.test2
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