mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
test: Fix add_email_corpus function to be quiet.
This simply avoids some unneeded noise in the "make test" output.
This commit is contained in:
parent
1a17faf48d
commit
b97a763dc1
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ add_email_corpus ()
|
|||
cp -a ../corpus.mail ${MAIL_DIR}
|
||||
else
|
||||
cp -a ../corpus ${MAIL_DIR}
|
||||
notmuch new
|
||||
notmuch new >/dev/null
|
||||
cp -a ${MAIL_DIR} ../corpus.mail
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue