From: Guilhem Moulin Date: Thu, 27 Jun 2019 19:00:56 +0000 (+0200) Subject: tests/run: fix minor space damage X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=53ea6efb89aade69c921fc57ad809eb61e9133a8;p=interimap.git tests/run: fix minor space damage --- 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