X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/bb8db313c1deea588b83a44a86e653d3cfcac9c1..0f0af4e32a4d734209c16282b63f7cb1094e2699:/test/repl/test-repl?ds=sidebyside 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 <