]> git.g-eek.se Git - interimap.git/commitdiff
tests/run: fix minor space damage
authorGuilhem Moulin <guilhem@fripost.org>
Thu, 27 Jun 2019 19:00:56 +0000 (21:00 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Thu, 27 Jun 2019 19:00:56 +0000 (21:00 +0200)
tests/run

index 32931d60fe148e4848af21eea43597b052fac876..4f828d6109c98fb65c48bc10ea18d79e93de1f9b 100755 (executable)
--- a/tests/run
+++ b/tests/run
@@ -220,7 +220,7 @@ check_mailbox_status2() {
     read MESSAGES < <( sqlite3 "$XDG_DATA_HOME/interimap/$u.db" <<-EOF
                        .mode csv
                        .separator " " "\\n"
-            SELECT COUNT(*)
+                       SELECT COUNT(*)
                        FROM mailboxes a JOIN mapping b ON a.idx = b.idx
                        WHERE mailbox = $blob
                EOF