summaryrefslogtreecommitdiff
path: root/mail/testsuite/lib/mail.exp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/testsuite/lib/mail.exp')
-rw-r--r--mail/testsuite/lib/mail.exp11
1 files changed, 1 insertions, 10 deletions
diff --git a/mail/testsuite/lib/mail.exp b/mail/testsuite/lib/mail.exp
index 8b6e10b4c..89c8adfc8 100644
--- a/mail/testsuite/lib/mail.exp
+++ b/mail/testsuite/lib/mail.exp
@@ -1,6 +1,6 @@
# -*- tcl -*-
# This file is part of Mailutils testsuite.
-# Copyright (C) 2002-2019 Free Software Foundation, Inc.
+# Copyright (C) 2002-2024 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -32,16 +32,7 @@ if ![info exists mail_prompt] then {
### Only procedures should come after this point.
proc mail_version {} {
- global MU_TOOL
- global MU_TOOL_FLAGS
- global MU_TOOL_VERSION
-
mu_version
- if ![is_remote host] {
- clone_output "[which $MU_TOOL] version $MU_TOOL_VERSION"
- } else {
- clone_output "$MU_TOOL on remote host version $MU_TOOL_VERSION"
- }
}
proc default_mail_start {args} {

Return to:

Send suggestions and report system problems to the System administrator.