aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/atomicity
diff options
context:
space:
mode:
Diffstat (limited to 'test/atomicity')
-rwxr-xr-xtest/atomicity2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/atomicity b/test/atomicity
index f9dbc9a6..34642388 100755
--- 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