about summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-08-15 17:13:11 +0200
committerLeah Neukirchen <leah@vuxu.org>2018-08-15 17:16:45 +0200
commit718caa9b59bf3641b4daaf56030fd8c15b0ce173 (patch)
treea89acee02f288e03fca7f5ca0581114fcc2e22eb /t
parent5294c374df1d4936fe18a2614e8af1d47d03168b (diff)
downloadmblaze-718caa9b59bf3641b4daaf56030fd8c15b0ce173.tar.gz
mblaze-718caa9b59bf3641b4daaf56030fd8c15b0ce173.tar.xz
mblaze-718caa9b59bf3641b4daaf56030fd8c15b0ce173.zip
t/1500-maddr.t: adapt to changes of bcd258a
Diffstat (limited to 't')
-rwxr-xr-xt/1500-maddr.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/1500-maddr.t b/t/1500-maddr.t
index 0e710fd..0f0ca06 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>"'
 
 )