diff options
Diffstat (limited to 'tests/openpgp/conventional.scm')
-rwxr-xr-x | tests/openpgp/conventional.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/conventional.scm b/tests/openpgp/conventional.scm index 67e28e246..af889dcee 100755 --- a/tests/openpgp/conventional.scm +++ b/tests/openpgp/conventional.scm @@ -18,6 +18,7 @@ ;; along with this program; if not, see <http://www.gnu.org/licenses/>. (load (with-path "defs.scm")) +(setup-legacy-environment) (define s2k '--s2k-count=65536) (define passphrase "Hier spricht HAL") |