diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-03-06 14:36:38 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-03-06 14:36:38 +0100 |
commit | 53a296f8b629e002b13f328c74ff905963f75dc4 (patch) | |
tree | 0611d8beb6dc64a463a32cef60e69b3187d16abe /tests/rename-exists-local | |
parent | 041cf66df44f191c6117c22c4c815e7ef1486a68 (diff) |
tests/*/t: Replace filetype=sh with filetype=bash.
Diffstat (limited to 'tests/rename-exists-local')
-rw-r--r-- | tests/rename-exists-local/t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rename-exists-local/t b/tests/rename-exists-local/t index 190f49a..33c7da7 100644 --- a/tests/rename-exists-local/t +++ b/tests/rename-exists-local/t @@ -10,4 +10,4 @@ doveadm -u "remote" mailbox delete "t\\o" ! interimap --rename "root.from" "t.o" || error grep -Fx 'local: ERROR: Mailbox t.o exists. Run `interimap --target=local --delete t.o` to delete.' <"$STDERR" || error -# vim: set filetype=sh : +# vim: set filetype=bash : |