diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-06-27 21:00:56 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-06-27 21:00:56 +0200 |
commit | 53ea6efb89aade69c921fc57ad809eb61e9133a8 (patch) | |
tree | 2829ee1c662879e3b3b1858456ce2c2568cc3747 /tests/run | |
parent | 93e66f34629f248d14e9123fc5a1050bd3b71108 (diff) |
tests/run: fix minor space damage
Diffstat (limited to 'tests/run')
-rwxr-xr-x | tests/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |