mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
test-lib.sh: pass 'NOTMUCH_NEW's args down to 'notmuch new'
Obviates the need to create a 'NOTMUCH_NEW' clone which runs 'notmuch new --debug'. This will be used in a later patch. Doesn't cause any issues for other tests.
This commit is contained in:
parent
97216b3cb8
commit
f96ddb15f8
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ test_emacs_expect_t () {
|
|||
|
||||
NOTMUCH_NEW ()
|
||||
{
|
||||
notmuch new | grep -v -E -e '^Processed [0-9]*( total)? file|Found [0-9]* total file'
|
||||
notmuch new "${@}" | grep -v -E -e '^Processed [0-9]*( total)? file|Found [0-9]* total file'
|
||||
}
|
||||
|
||||
notmuch_search_sanitize ()
|
||||
|
|
Loading…
Reference in a new issue