From: David Bremner Date: Sat, 18 Oct 2014 06:13:42 +0000 (+0200) Subject: test: check for gdb in insert tests X-Git-Tag: address-command-v2~43 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/dd8373fb571f93cf3bf824777e00278979ef2e21?hp=c48b12f18a4b9e0b46ec40ad7bab19a8086493fd 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}