diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-01-12 17:26:08 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-01-12 17:26:08 +0100 |
commit | 4dd363d51e79b4c47a2bae95ad3e79e4d18fc1bd (patch) | |
tree | 9fa4e4a9c9d6f70a6b10b16af1a4233822c13a1e | |
parent | f860f2d2c17c4d55b0bf0ad61e03c39f4ce825f3 (diff) | |
download | mblaze-4dd363d51e79b4c47a2bae95ad3e79e4d18fc1bd.tar.gz mblaze-4dd363d51e79b4c47a2bae95ad3e79e4d18fc1bd.tar.xz mblaze-4dd363d51e79b4c47a2bae95ad3e79e4d18fc1bd.zip |
t/1500-maddr.t: fix check, maddr now compresses whitespace.
-rwxr-xr-x | t/1500-maddr.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/1500-maddr.t b/t/1500-maddr.t index 6ae164c..0e710fd 100755 --- a/t/1500-maddr.t +++ b/t/1500-maddr.t @@ -78,7 +78,7 @@ check_test 'from name only' -eq 0 'maddr 4 | wc -l' check_same 'specific header' 'maddr -h foo 4' 'echo "Perico de los palotes <palotes@example.com>"' check_same 'long addr' 'maddr -h long 4' 'echo "heeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeelloooooooooooooooooo@woooooooooooooooooooooooooooooooooooooorld.com"' check_same 'decode iso8859' 'maddr -h DecodeISO8859 5' 'echo "Keld Jørn Simonsen <keld@dkuug.dk>"' -check_same 'decode long iso8859' 'maddr -h DecodeLongISO8859 5' 'echo "If you can read this you understand the example. z a b <foo@example.com>"' +check_same 'decode long iso8859' 'maddr -h DecodeLongISO8859 5' 'echo "If you can read this you understand the example. z a b <foo@example.com>"' check_same 'decode utf8' 'maddr -h DecodeUTF8 5' 'echo "z’z <bar@example.com>"' ) |