projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd7cb35
)
test/atomicity: redirect output from "which"
author
David Bremner
<bremner@debian.org>
Sun, 25 Sep 2011 12:12:48 +0000
(09:12 -0300)
committer
David Bremner
<bremner@debian.org>
Sun, 25 Sep 2011 12:12:48 +0000
(09:12 -0300)
Without redirection, this produced some slightly confusing output in
case gdb was present.
test/atomicity
patch
|
blob
|
history
diff --git
a/test/atomicity
b/test/atomicity
index f9dbc9a61413e30c72848849404421e7bc6be2ca..34642388430ff8c544017764c0d03222c69fa217 100755
(executable)
--- a/
test/atomicity
+++ b/
test/atomicity
@@
-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