unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: David Bremner <david@tethera.net>
To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org
Subject: Re: [PATCH 4/4] test: cope with glass backend file naming variations
Date: Tue, 12 Apr 2016 20:34:18 -0300	[thread overview]
Message-ID: <87shyq5rlx.fsf@zancas.localnet> (raw)
In-Reply-To: <m2inzmsm0d.fsf@guru.guru-group.fi>

Tomi Ollila <tomi.ollila@iki.fi> writes:

> On Sun, Apr 10 2016, Tomi Ollila <tomi.ollila@iki.fi> wrote:
>
>> On Sat, Apr 09 2016, David Bremner <david@tethera.net> wrote:
>>
>>> ...
>>
>>> diff --git a/test/T150-tagging.sh b/test/T150-tagging.sh
>>> index 8adcabc..6fd6a18 100755
>>> --- a/test/T150-tagging.sh
>>> +++ b/test/T150-tagging.sh
>>> @@ -287,9 +287,9 @@ test_expect_code 1 "Empty tag names" 'notmuch tag + One'
>>>  test_expect_code 1 "Tag name beginning with -" 'notmuch tag +- One'
>>>  
>>>  test_begin_subtest "Xapian exception: read only files"
>>> -chmod u-w  ${MAIL_DIR}/.notmuch/xapian/*.DB
>>> +chmod u-w  ${MAIL_DIR}/.notmuch/xapian/*.${db_ending}
>>>  output=$(notmuch tag +something '*' 2>&1 | sed 's/: .*$//' )
>>> -chmod u+w  ${MAIL_DIR}/.notmuch/xapian/*.DB
>>> +chmod u+w  ${MAIL_DIR}/.notmuch/xapian/{*.DB,*.glass}

Pushed with Tomi's fix, and a similar one in T050-new.sh

      reply	other threads:[~2016-04-12 23:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-09  1:49 xapian 1.3.5 compatibility, v3 David Bremner
2016-04-09  1:49 ` [PATCH 1/4] test: improve error handling in lib-error tests David Bremner
2016-04-09  1:49 ` [PATCH 2/4] test/atomicity: guard chert-only optimization David Bremner
2016-04-09  1:49 ` [PATCH 3/4] configure: add test for default xapian backend David Bremner
2016-04-09  1:49 ` [PATCH 4/4] test: cope with glass backend file naming variations David Bremner
2016-04-09 21:00   ` Tomi Ollila
2016-04-09 22:36     ` David Bremner
2016-04-12 18:46     ` Tomi Ollila
2016-04-12 23:34       ` David Bremner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87shyq5rlx.fsf@zancas.localnet \
    --to=david@tethera.net \
    --cc=notmuch@notmuchmail.org \
    --cc=tomi.ollila@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).