aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-06-27 21:00:56 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-06-27 21:00:56 +0200
commit53ea6efb89aade69c921fc57ad809eb61e9133a8 (patch)
tree2829ee1c662879e3b3b1858456ce2c2568cc3747 /tests
parent93e66f34629f248d14e9123fc5a1050bd3b71108 (diff)
tests/run: fix minor space damage
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run b/tests/run
index 32931d6..4f828d6 100755
--- 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