aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/4gb-packet.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/4gb-packet.test')
-rwxr-xr-xtests/openpgp/4gb-packet.test14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/openpgp/4gb-packet.test b/tests/openpgp/4gb-packet.test
deleted file mode 100755
index 548ebfe6d..000000000
--- a/tests/openpgp/4gb-packet.test
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-. $srcdir/defs.inc || exit 3
-
-# GnuPG through 2.1.7 would incorrect mark packets whose size is
-# 2^32-1 as invalid and exit with status code 2.
-i=$srcdir/4gb-packet.asc
-
-if ! $GPG --list-packets $i >/dev/null
-then
- error Failed to parse 4GB packet.
-else
- info Can parse 4GB packets.
-fi