aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tls-protocols/t
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-03-06 14:36:38 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-03-06 14:36:38 +0100
commit53a296f8b629e002b13f328c74ff905963f75dc4 (patch)
tree0611d8beb6dc64a463a32cef60e69b3187d16abe /tests/tls-protocols/t
parent041cf66df44f191c6117c22c4c815e7ef1486a68 (diff)
tests/*/t: Replace filetype=sh with filetype=bash.
Diffstat (limited to 'tests/tls-protocols/t')
-rw-r--r--tests/tls-protocols/t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tls-protocols/t b/tests/tls-protocols/t
index 72f7db2..b78dd69 100644
--- a/tests/tls-protocols/t
+++ b/tests/tls-protocols/t
@@ -96,4 +96,4 @@ grep -Fx "remote: ERROR: Can't initiate TLS/SSL handshake" <"$STDERR" || error
! grep -E "^remote: C: .* (AUTHENTICATE|LOGIN) " <"$STDERR" || error
grep -Fx "remote: IMAP traffic (bytes): recv 0 sent 0" <"$STDERR" || error
-# vim: set filetype=sh :
+# vim: set filetype=bash :