diff options
author | David Bremner <david@tethera.net> | 2014-10-18 08:13:42 +0200 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-10-18 08:13:42 +0200 |
commit | dd8373fb571f93cf3bf824777e00278979ef2e21 (patch) | |
tree | 5b76513ebfa00a1e7ef3053d68d32ec9d773008a /test | |
parent | c48b12f18a4b9e0b46ec40ad7bab19a8086493fd (diff) |
test: check for gdb in insert tests
Commits a6cee01 and c48b12f otherwise break the build for people
without gdb.
Diffstat (limited to 'test')
-rwxr-xr-x | test/T070-insert.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/T070-insert.sh b/test/T070-insert.sh index 80a22c1b..168345c9 100755 --- a/test/T070-insert.sh +++ b/test/T070-insert.sh @@ -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} |