[PATCH 2/2] test/atomicity: use ${TEST_GDB} in prereq test.

Subject: [PATCH 2/2] test/atomicity: use ${TEST_GDB} in prereq test.

Date: Mon, 2 Aug 2021 16:18:35 -0300

To: Milton Vandersloot, notmuch@notmuchmail.org

Cc: David Bremner

From: David Bremner


The other occurrence of gdb was replaced in 95efe2d4, so we should be
consistent.
---
 test/T380-atomicity.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/T380-atomicity.sh b/test/T380-atomicity.sh
index afe49d93..6495381f 100755
--- a/test/T380-atomicity.sh
+++ b/test/T380-atomicity.sh
@@ -7,7 +7,7 @@ test_description='atomicity'
 # final database contents should be the same regardless of when (or
 # if) it is killed and restarted.
 
-if test_require_external_prereq gdb; then
+if test_require_external_prereq ${TEST_GDB}; then
 
 # Create a maildir structure to also stress flag synchronization
     mkdir $MAIL_DIR/cur
-- 
2.30.2
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: