From dd8373fb571f93cf3bf824777e00278979ef2e21 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 18 Oct 2014 08:13:42 +0200 Subject: [PATCH] test: check for gdb in insert tests Commits a6cee01 and c48b12f otherwise break the build for people without gdb. --- test/T070-insert.sh | 2 ++ 1 file changed, 2 insertions(+) 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} -- 2.39.2