diff options
Diffstat (limited to 'tests/openpgp/version.scm')
-rwxr-xr-x | tests/openpgp/version.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/version.scm b/tests/openpgp/version.scm index 57efb937b..2b211d80d 100755 --- a/tests/openpgp/version.scm +++ b/tests/openpgp/version.scm @@ -18,6 +18,7 @@ ;; along with this program; if not, see <http://www.gnu.org/licenses/>. (load (with-path "defs.scm")) +(setup-environment) (info "Printing the GPG version") (assert (string-contains? (call-check `(,@GPG --version)) |