mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: check for gdb in insert tests
Commitsa6cee01
andc48b12f
otherwise break the build for people without gdb.
This commit is contained in:
parent
c48b12f18a
commit
dd8373fb57
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
test_description='"notmuch insert"'
|
||||
. ./test-lib.sh
|
||||
|
||||
test_require_external_prereq gdb
|
||||
|
||||
# Create directories and database before inserting.
|
||||
mkdir -p "$MAIL_DIR"/{cur,new,tmp}
|
||||
mkdir -p "$MAIL_DIR"/Drafts/{cur,new,tmp}
|
||||
|
|
Loading…
Reference in a new issue