aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-07-05 02:42:08 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-07-05 03:25:57 +0200
commitc4abd6128c3ca5471afc84225533a958ce273875 (patch)
tree2e92115f43aebe972b5cc8b8cc706820e480118d
parent603eaa7bf7637d29243a2ec481e3496c922b86e4 (diff)
Fix minor space damage.
-rw-r--r--doc/development.md4
-rw-r--r--tests/05-repair/run2
-rw-r--r--tests/06-largeint/run4
-rwxr-xr-xtests/run2
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/development.md b/doc/development.md
index 75d549f..2cb1367 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -107,7 +107,7 @@ finally mark it as `\Seen`.
Subject: Hello world!
Date: $(date -R)
Message-ID: <$(</proc/sys/kernel/random/uuid)@example.net>
-
+
Hello world!
EOF
<!-- -->
@@ -205,4 +205,4 @@ recursively remove the directory `$BASEDIR`.
[`interimap`(1)]: https://guilhem.org/man/interimap.1.html
[`pullimap`(1)]: https://guilhem.org/man/pullimap.1.html
[`doveadm`(1)]: https://wiki.dovecot.org/Tools/Doveadm
-[`%`-variable]: https://wiki.dovecot.org/Variables
+[`%`-variable]: https://wiki.dovecot.org/Variables
diff --git a/tests/05-repair/run b/tests/05-repair/run
index 747b974..15553e0 100644
--- a/tests/05-repair/run
+++ b/tests/05-repair/run
@@ -65,7 +65,7 @@ spoof UIDNEXT "local"
spoof HIGHESTMODSEQ "local" "remote"
# now repair
-interimap --repair "baz" "foo.bar"
+interimap --repair "baz" "foo.bar"
# 6 updates with \Answered (luid 4,8,11:13,16), 2 of which (luid 12,13) vanished from remote
# 3 updates with \Seen (ruid 6,8,10), 1 of which (uid 10) vanished from remote
diff --git a/tests/06-largeint/run b/tests/06-largeint/run
index edcbd31..b08bcfa 100644
--- a/tests/06-largeint/run
+++ b/tests/06-largeint/run
@@ -7,9 +7,9 @@ doveadm -u "local" mailbox update --uid-validity 2147483648 "bar" # 2^31
doveadm -u "local" mailbox update --uid-validity 4294967295 "baz" # 2^32-1
doveadm -u "remote" mailbox update --uid-validity 4294967295 "INBOX" # 2^32-1
-doveadm -u "remote" mailbox update --uid-validity 2147483648 "foo" # 2^31
+doveadm -u "remote" mailbox update --uid-validity 2147483648 "foo" # 2^31
doveadm -u "remote" mailbox update --uid-validity 2147483647 "bar" # 2^31-1
-doveadm -u "remote" mailbox update --uid-validity 1 "baz" #
+doveadm -u "remote" mailbox update --uid-validity 1 "baz" #
run() {
local u m
diff --git a/tests/run b/tests/run
index 4f828d6..ee11757 100755
--- a/tests/run
+++ b/tests/run
@@ -161,7 +161,7 @@ deliver() {
doveadm "${argv[@]}" exec dovecot-lda -e "$@"
}
-# Dump test results
+# Dump test results
dump_test_result() {
local below=">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
local above="<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"