aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-12-17 12:08:04 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-12-17 12:08:04 +0000
commit8938ddb588d7638d04f3d5a390a3a9b5d27f683a (patch)
treee85c6593fd48e7986642e840b6759759b76a102a /testsuite
parent57a15c8bb86e286c6d72810a7ef6f92b44a58140 (diff)
downloadanubis-8938ddb588d7638d04f3d5a390a3a9b5d27f683a.tar.gz
anubis-8938ddb588d7638d04f3d5a390a3a9b5d27f683a.tar.bz2
(run_in_authmode): Fix message text
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/lib/anubis.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/lib/anubis.exp b/testsuite/lib/anubis.exp
index 2cee4b8..f8450c1 100644
--- a/testsuite/lib/anubis.exp
+++ b/testsuite/lib/anubis.exp
@@ -127,8 +127,8 @@ proc update_config {name} {
# Run given test script ($name) in authmode.
proc run_in_authmode {name} {
if [anubis_check_capability "GSASL"] {
- if {[anubis_check_capability "GNUTLS"] || [anubis_check_capability "OPENSSL"]} {
- clone_output "Running $name in authmode. This may take quite a while. Please, be patient."
+ if [anubis_check_capability "GNUTLS"] {
+ clone_output "Running $name in authmode over TLS. This may take quite a while. Please, be patient."
}
start_daemon
source $name

Return to:

Send suggestions and report system problems to the System administrator.