mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
test/atomicity: redirect output from "which"
Without redirection, this produced some slightly confusing output in case gdb was present.
This commit is contained in:
parent
dd7cb35c82
commit
2697f623ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue