]> git.notmuchmail.org Git - notmuch/blobdiff - test/T700-reindex.sh
test: clean up some extra whitespace.
[notmuch] / test / T700-reindex.sh
index 3d7c930d6bdb0fe557b665c76385e5343478d541..f51130e8f86d4ed8c4a80698b971305c34b4ae91 100755 (executable)
@@ -34,11 +34,11 @@ notmuch dump > OUTPUT
 test_expect_equal_file initial-dump OUTPUT
 
 test_begin_subtest 'reindex preserves tags with special prefixes'
-notmuch tag +attachment2 +encrypted2 +signed2  '*'
+notmuch tag +attachment2 +encrypted2 +signed2 '*'
 notmuch dump > EXPECTED
 notmuch reindex '*'
 notmuch dump > OUTPUT
-notmuch tag -attachment2 -encrypted2 -signed2  '*'
+notmuch tag -attachment2 -encrypted2 -signed2 '*'
 test_expect_equal_file EXPECTED OUTPUT
 
 test_begin_subtest 'reindex moves a message between threads'