cc-test.sh: fix t_behave_iconv_mbyte_base64 (Rich Felker)..
commita27d23ef1c875280ec78d578cf2f87900ac31730
authorSteffen Nurpmeso <steffen@sdaoden.eu>
Wed, 28 Feb 2018 21:59:20 +0000 (28 22:59 +0100)
committerSteffen Nurpmeso <steffen@sdaoden.eu>
Wed, 28 Feb 2018 22:03:48 +0000 (28 23:03 +0100)
tree69dbb9781e2768e01a4bb70f73271fce584d4f4e
parent1d67806cf3f852e7b05149071c56cc2f648c4fd5
cc-test.sh: fix t_behave_iconv_mbyte_base64 (Rich Felker)..

Do not checksum iconv/base64 output because there are character
sets with multiple different possible iconv approaches, and indeed
and in particular the once we test here.  So only checksum the
headers and then checksum the roundtrip data of the body content
instead.
cc-test.sh