From b6726dfcd2b2d33b4153a23d470f2fb6f8d2aeac Mon Sep 17 00:00:00 2001 From: Heiko Reese Date: Sat, 11 Sep 2021 12:04:06 +0200 Subject: [PATCH] Fixed erronous output --- src/test_libexim-encrypt-dlfunc-decrypt-secretbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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