From 4dd363d51e79b4c47a2bae95ad3e79e4d18fc1bd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 12 Jan 2018 17:26:08 +0100 Subject: t/1500-maddr.t: fix check, maddr now compresses whitespace. --- t/1500-maddr.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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 "' 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 "' -check_same 'decode long iso8859' 'maddr -h DecodeLongISO8859 5' 'echo "If you can read this you understand the example. z a b "' +check_same 'decode long iso8859' 'maddr -h DecodeLongISO8859 5' 'echo "If you can read this you understand the example. z a b "' check_same 'decode utf8' 'maddr -h DecodeUTF8 5' 'echo "z’z "' ) -- cgit 1.4.1