test/atomicity: redirect output from "which"

Without redirection, this produced some slightly confusing output in
case gdb was present.
This commit is contained in:
David Bremner 2011-09-25 09:12:48 -03:00
parent dd7cb35c82
commit 2697f623ae

View file

@ -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