X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b3c37ca5f7bd503f07787e1ac87c1af2ab37f5ba..7b39e830d5c8366f9d9524c0f54b7d4df957d60a:/test/format/test-mymbox diff --git a/test/format/test-mymbox b/test/format/test-mymbox index 2cc1bb6d..040390c9 100755 --- a/test/format/test-mymbox +++ b/test/format/test-mymbox @@ -44,7 +44,7 @@ run_test "echo $output" 0 "Local-mailbox overriding user@host test" # Add an Alternate-Mailbox. This caused ismymbox() to lose the # Local-Mailbox, Bug #36635: -nocc me doesn't account for # Alternate-Mailboxes. -printf "Alternate-Mailboxes: user@example.com\n" >> $MH +printf 'Alternate-Mailboxes: user@example.com\n' >> $MH run_test "echo `${MH_LIB_DIR}/ap -format '%(mymbox{text})' "${myname}"`" \ 1 "Local-Mailbox with Alternate-Mailbox test"