aboutsummaryrefslogtreecommitdiffstats
path: root/tests/preauth-plaintext/t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/preauth-plaintext/t')
-rw-r--r--tests/preauth-plaintext/t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/preauth-plaintext/t b/tests/preauth-plaintext/t
index 427d57b..2f3071f 100644
--- a/tests/preauth-plaintext/t
+++ b/tests/preauth-plaintext/t
@@ -10,10 +10,10 @@ grep -Fx 'remote: ERROR: PREAUTH greeting on plaintext connection? MiTM in actio
! grep '^remote: C: ' <"$STDERR" || error "wrote command in MiTM'ed PREAUTH connection!"
-# Ignore the warning when STARTTLS is explicitely disabled
+# Ignore the warning when STARTTLS is explicitly disabled
echo "STARTTLS = NO" >>"$XDG_CONFIG_HOME/interimap/config"
interimap --debug || true
grep -Fx "remote: S: * STATUS INBOX (UIDNEXT 1 UIDVALIDITY 1 HIGHESTMODSEQ 1)" <"$STDERR" || error
-# vim: set filetype=sh :
+# vim: set filetype=bash :