aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-10-18 08:13:42 +0200
committerGravatar David Bremner <david@tethera.net>2014-10-18 08:13:42 +0200
commitdd8373fb571f93cf3bf824777e00278979ef2e21 (patch)
tree5b76513ebfa00a1e7ef3053d68d32ec9d773008a /test
parentc48b12f18a4b9e0b46ec40ad7bab19a8086493fd (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-xtest/T070-insert.sh2
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}