]> git.notmuchmail.org Git - notmuch/commitdiff
test: check for gdb in insert tests
authorDavid Bremner <david@tethera.net>
Sat, 18 Oct 2014 06:13:42 +0000 (08:13 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 18 Oct 2014 06:13:42 +0000 (08:13 +0200)
Commits a6cee01 and c48b12f otherwise break the build for people
without gdb.

test/T070-insert.sh

index 80a22c1beda9ae865bddffb307aad73d03e51115..168345c9897b085de2399a09b824e8796604aa98 100755 (executable)
@@ -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}