Re: [PATCH 1/2] test: drop NOTMUCH_DEFAULT_XAPIAN_BACKEND from T360-symbol-test

2020-08-01 Thread David Bremner
Tomi Ollila writes: > On Wed, Jul 29 2020, David Bremner wrote: >> -| notmuch_dir_sanitize | sed -e "s,\`,\',g" -e >> "s,${NOTMUCH_DEFAULT_XAPIAN_BACKEND},backend,g" > OUTPUT >> +| notmuch_dir_sanitize | sed -e "s,\`,\',g" -e "s,No [^ \t]* >> database,No XX database,g" > OUTPUT

Re: [PATCH 1/2] test: drop NOTMUCH_DEFAULT_XAPIAN_BACKEND from T360-symbol-test

2020-07-31 Thread Tomi Ollila
On Wed, Jul 29 2020, David Bremner wrote: > Inspired by the suggestion of > > id:20200727154108.16269-3-congdan...@gmail.com > > to drop the configuration test for the default backend. This version > is hopefully robust against backend changes. > --- > test/T360-symbol-hiding.sh | 4

[PATCH 1/2] test: drop NOTMUCH_DEFAULT_XAPIAN_BACKEND from T360-symbol-test

2020-07-29 Thread David Bremner
Inspired by the suggestion of id:20200727154108.16269-3-congdan...@gmail.com to drop the configuration test for the default backend. This version is hopefully robust against backend changes. --- test/T360-symbol-hiding.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff