diff options
| author | David Bremner <david@tethera.net> | 2017-02-25 12:09:13 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-03-04 20:47:25 -0400 |
| commit | dfacfe14f337b6603ba0784e4a395489923fd6dd (patch) | |
| tree | f6b53aa226b93cf9977b972ef60c7c88f66996d4 /test | |
| parent | e209b7187365b9f5a356b21f3d11dd2f41fd5a1c (diff) | |
lib: query make exclude handling non-destructive
We filter added exclude at add time, rather than modifying the query by
count search. As noted in the comments, there are several ignored
conditions here.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T060-count.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T060-count.sh b/test/T060-count.sh index d27e1bab..4751440e 100755 --- a/test/T060-count.sh +++ b/test/T060-count.sh @@ -127,7 +127,6 @@ test_expect_equal_file EXPECTED OUTPUT.clean restore_database test_begin_subtest "count library function is non-destructive" -test_subtest_known_broken cat<<EOF > EXPECTED 1: 52 messages 2: 52 messages |
