X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fatomicity;h=ad7d4a3c59e7d5ace823c46ce95e774609d4773d;hb=9756b9dcb93c1babf5083cd91ad242b148c426a3;hp=f9dbc9a61413e30c72848849404421e7bc6be2ca;hpb=c468f3703efc869d62d976ba177e2d0afd7b08ad;p=notmuch diff --git a/test/atomicity b/test/atomicity index f9dbc9a6..ad7d4a3c 100755 --- a/test/atomicity +++ b/test/atomicity @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description='atomicity' . ./test-lib.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 which gdb; then +if which gdb 1>/dev/null 2>&1; then test_set_prereq GDB # Create a maildir structure to also stress flag synchronization