summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-01-18 11:05:01 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-01-18 11:05:01 +0200
commit7364ca04534543f61523107b7425239ff22c43b9 (patch)
treea20e1d2a627d57b7ef5f742d0b1e3799597784a0
parente050354b30c9cdec1225c04e77e5e94725361e5d (diff)
downloadmailutils-7364ca04534543f61523107b7425239ff22c43b9.tar.gz
mailutils-7364ca04534543f61523107b7425239ff22c43b9.tar.bz2
Minor change
* mail/testsuite/lib/mail.exp (default_mail_start): Join arguments into a string.
-rw-r--r--mail/testsuite/lib/mail.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/testsuite/lib/mail.exp b/mail/testsuite/lib/mail.exp
index a99d9a76f..8b6e10b4c 100644
--- a/mail/testsuite/lib/mail.exp
+++ b/mail/testsuite/lib/mail.exp
@@ -54,7 +54,7 @@ proc default_mail_start {args} {
mu_version
- set sw $args
+ set sw [join $args " "]
append sw " "
if [info exists MU_TOOL_FLAGS] {
append sw $MU_TOOL_FLAGS

Return to:

Send suggestions and report system problems to the System administrator.