diff options
Diffstat (limited to 'checks/conventional.test')
-rwxr-xr-x | checks/conventional.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/checks/conventional.test b/checks/conventional.test index 6f78b0191..289a85095 100755 --- a/checks/conventional.test +++ b/checks/conventional.test @@ -2,6 +2,10 @@ . $srcdir/defs.inc || exit 3 +# temp. hack cause the format for 128 biut blocksize messages may change +GNUPG_ENABLE_TWOFISH=1 +export GNUPG_ENABLE_TWOFISH + #info Checking conventional encryption for i in plain-2 data-32000 ; do echo "Hier spricht HAL" | $srcdir/run-gpg --passphrase-fd 0 -c -o x --yes $i |