From: David Bremner Date: Sat, 18 Oct 2014 06:13:42 +0000 (+0200) Subject: test: check for gdb in insert tests X-Git-Tag: 0.19_rc1~46 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=dd8373fb571f93cf3bf824777e00278979ef2e21 test: check for gdb in insert tests Commits a6cee01 and c48b12f otherwise break the build for people without gdb. --- 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}