mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 07:53: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})"
|
DECRYPTED04="$(src/libexim-encrypt-dlfunc-decrypt-secretbox -p ${TEST_PASSWORD} --infile ${CIPHERTEXT_FILE02})"
|
||||||
if [ "${DECRYPTED04}" == "${TEST_CLEARTEXT}" ] ; then
|
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
|
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
|
fi
|
||||||
Reference in New Issue
Block a user