diff options
| author | David Bremner <david@tethera.net> | 2021-05-16 11:10:15 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-05-23 08:04:07 -0300 |
| commit | 69c2c930ecbcba0c7f0b340db478e58ca218bf87 (patch) | |
| tree | 2ca5982620c7fa34680bf9b61234273512300527 /test/T380-atomicity.sh | |
| parent | 119a41b9edd5722bcb7a0a41bac010f254a652fd (diff) | |
test: quiet some extra debugging output
This output does not cause test failures, but may make it harder to
interpret the output.
Diffstat (limited to 'test/T380-atomicity.sh')
| -rwxr-xr-x | test/T380-atomicity.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T380-atomicity.sh b/test/T380-atomicity.sh index 45de2228..afe49d93 100755 --- a/test/T380-atomicity.sh +++ b/test/T380-atomicity.sh @@ -67,7 +67,7 @@ if test_require_external_prereq gdb; then ${TEST_GDB} -tty /dev/null -batch -x $NOTMUCH_SRCDIR/test/atomicity.py notmuch 1>gdb.out 2>&1 # Get the final, golden output - notmuch search '*' > expected + notmuch search '*' 2>/dev/null > expected # Check output against golden output outcount=$(cat outcount) |
