mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 06:43:56 +01:00
Fixed erronous output
This commit is contained in:
@ -39,7 +39,7 @@ fi
|
||||
|
||||
DECRYPTED04="$(src/libexim-encrypt-dlfunc-decrypt-secretbox -p ${TEST_PASSWORD} --infile ${CIPHERTEXT_FILE02})"
|
||||
if [ "${DECRYPTED04}" == "${TEST_CLEARTEXT}" ] ; then
|
||||
echo "ok 4 - decrypt commandline argument with password from commandline successful"
|
||||
echo "ok 4 - decrypt file contents with password from commandline successful"
|
||||
else
|
||||
echo "not ok 4 - decrypt commandline argument with password from commandline unsuccessful"
|
||||
echo "not ok 4 - decrypt file contents with password from commandline unsuccessful"
|
||||
fi
|
||||
Reference in New Issue
Block a user