X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b3c37ca5f7bd503f07787e1ac87c1af2ab37f5ba..0c1868fb0d1555587ff37eae76583feb97c2c284:/test/repl/test-repl diff --git a/test/repl/test-repl b/test/repl/test-repl index d9c39a13..0b5b4839 100755 --- a/test/repl/test-repl +++ b/test/repl/test-repl @@ -61,8 +61,8 @@ check $expected $actual # check -version case `repl -v` in repl\ --*) ;; - * ) printf "$0: repl -v generated unexpected output\n" >&2 - failed=`expr ${failed:-0} + 1`;; + * ) printf '%s: repl -v generated unexpected output\n' "$0" >&2 + failed=`expr ${failed:-0} + 1`;; esac # check unknown switch @@ -72,7 +72,7 @@ run_test "repl -nonexistent" 'repl: -nonexistent unknown' run_test "repl" 'repl: no cur message' -printf "Local-Mailbox: mymailbox@localhost%s\n" >> $MH +printf 'Local-Mailbox: mymailbox@localhost\n' >> $MH # check -cc me cat >$expected <> $MH +printf 'Alternate-Mailboxes: user@example.com\n' >> $MH cat >$expected <