diff options
| author | David Bremner <david@tethera.net> | 2021-01-15 21:29:17 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-12 07:19:14 -0400 |
| commit | 97fadd0645e908ff8322577a983dc710bfda33d6 (patch) | |
| tree | 62e13be870587acabda7183744c242ac4d59aabb /test/T140-excludes.sh | |
| parent | d12d91f82801d784f49939756ec9643a9cada60c (diff) | |
test: clean up some extra whitespace.
The extra space is mainly just untidy.
Diffstat (limited to 'test/T140-excludes.sh')
| -rwxr-xr-x | test/T140-excludes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T140-excludes.sh b/test/T140-excludes.sh index 0cacc41d..acab5381 100755 --- a/test/T140-excludes.sh +++ b/test/T140-excludes.sh @@ -389,7 +389,7 @@ Subject: No messages excluded: single match: reply 4 Subject: No messages excluded: single match: reply 5" test_begin_subtest "Show, exclude=false" -output=$(notmuch show --exclude=false tag:test | notmuch_show_sanitize_all | egrep "Subject:|message{") +output=$(notmuch show --exclude=false tag:test | notmuch_show_sanitize_all | egrep "Subject:|message{") test_expect_equal "$output" "message{ id:XXXXX depth:0 match:1 excluded:1 filename:XXXXX Subject: All messages excluded: single match: reply 2 message{ id:XXXXX depth:0 match:1 excluded:1 filename:XXXXX |
