diff --git a/src/test_libexim-encrypt-dlfunc-decrypt-secretbox.sh b/src/test_libexim-encrypt-dlfunc-decrypt-secretbox.sh index 6c1f04e..0c52601 100755 --- a/src/test_libexim-encrypt-dlfunc-decrypt-secretbox.sh +++ b/src/test_libexim-encrypt-dlfunc-decrypt-secretbox.sh @@ -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 \ No newline at end of file