Fixed erronous output

This commit is contained in:
Heiko Reese
2021-09-11 12:04:06 +02:00
parent 8845aaa653
commit b6726dfcd2

View File

@ -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