about summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-03-02 20:45:51 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-03-02 20:45:51 +0100
commitd1a12457421dc9b08c57431d08ffa150763a3f76 (patch)
treecab5a4c54fbc41912ef0e2789dd888f6e03a9306 /t
parentf83a6fea9aa1c9ccd0fd2fec8bd8a24b27e396bc (diff)
downloadmblaze-d1a12457421dc9b08c57431d08ffa150763a3f76.tar.gz
mblaze-d1a12457421dc9b08c57431d08ffa150763a3f76.tar.xz
mblaze-d1a12457421dc9b08c57431d08ffa150763a3f76.zip
t/1501-maddr-regress.t: fix failing test, maddr never quotes the display name
Diffstat (limited to 't')
-rwxr-xr-xt/1501-maddr-regress.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/1501-maddr-regress.t b/t/1501-maddr-regress.t
index 1b726c3..2320875 100755
--- a/t/1501-maddr-regress.t
+++ b/t/1501-maddr-regress.t
@@ -40,4 +40,4 @@ check_addr 'foo@[::1] (ipv6)' 'ipv6 <foo@[::1]>'
 # invalid addresses
 check_addr '<Foo Bar <foobar@qux.com>' 'foobar@qux.com'
 check_addr '"abc@def"@ghi' ''
-check_addr '"foo@" <bar.com foo@bar.com>' '"foo@" <bar.comfoo@bar.com>'
+check_addr '"foo@" <bar.com foo@bar.com>' 'foo@ <bar.comfoo@bar.com>'