diff options
Diffstat (limited to 'tests/openpgp/4gb-packet.scm')
-rwxr-xr-x | tests/openpgp/4gb-packet.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/4gb-packet.scm b/tests/openpgp/4gb-packet.scm index 8b2fcd6ca..9c387af30 100755 --- a/tests/openpgp/4gb-packet.scm +++ b/tests/openpgp/4gb-packet.scm @@ -21,6 +21,7 @@ ;; 2^32-1 as invalid and exit with status code 2. (load (with-path "defs.scm")) +(setup-environment) (if (= 0 (call `(,@GPG --list-packets ,(in-srcdir "4gb-packet.asc")))) (info "Can parse 4GB packets.") |