diff options
| -rw-r--r-- | doc/development.md | 4 | ||||
| -rw-r--r-- | tests/05-repair/run | 2 | ||||
| -rw-r--r-- | tests/06-largeint/run | 4 | ||||
| -rwxr-xr-x | tests/run | 2 | 
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 @@ -161,7 +161,7 @@ deliver() {      doveadm "${argv[@]}" exec dovecot-lda -e "$@"  } -# Dump test results  +# Dump test results  dump_test_result() {      local below=">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"      local above="<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<" | 
