mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 08:03:55 +01:00
debugging meson build tests
This commit is contained in:
@ -26,6 +26,8 @@ DECRYPTED02="$(LIBEXIM_PASSWORD="${TEST_PASSWORD}" src/libexim-encrypt-dlfunc-de
|
|||||||
if [ "${DECRYPTED02}" == "${TEST_CLEARTEXT}" ] ; then
|
if [ "${DECRYPTED02}" == "${TEST_CLEARTEXT}" ] ; then
|
||||||
echo "ok 2 - decrypt file contents with password from environment successful"
|
echo "ok 2 - decrypt file contents with password from environment successful"
|
||||||
else
|
else
|
||||||
|
echo "${CIPHERTEXT_FILE01}"
|
||||||
|
cat "${CIPHERTEXT_FILE01}"
|
||||||
echo "not ok 2 - decrypt file contents with password from environment unsuccessful"
|
echo "not ok 2 - decrypt file contents with password from environment unsuccessful"
|
||||||
fi
|
fi
|
||||||
unset LIBEXIM_PASSWORD
|
unset LIBEXIM_PASSWORD
|
||||||
@ -41,5 +43,7 @@ DECRYPTED04="$(src/libexim-encrypt-dlfunc-decrypt-secretbox -p ${TEST_PASSWORD}
|
|||||||
if [ "${DECRYPTED04}" == "${TEST_CLEARTEXT}" ] ; then
|
if [ "${DECRYPTED04}" == "${TEST_CLEARTEXT}" ] ; then
|
||||||
echo "ok 4 - decrypt file contents with password from commandline successful"
|
echo "ok 4 - decrypt file contents with password from commandline successful"
|
||||||
else
|
else
|
||||||
|
echo "${CIPHERTEXT_FILE02}"
|
||||||
|
cat "${CIPHERTEXT_FILE02}"
|
||||||
echo "not ok 4 - decrypt file contents 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