aboutsummaryrefslogtreecommitdiff
path: root/test/T140-excludes.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-05-16 11:10:15 -0300
committerDavid Bremner <david@tethera.net>2021-05-23 08:04:07 -0300
commit69c2c930ecbcba0c7f0b340db478e58ca218bf87 (patch)
tree2ca5982620c7fa34680bf9b61234273512300527 /test/T140-excludes.sh
parent119a41b9edd5722bcb7a0a41bac010f254a652fd (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/T140-excludes.sh')
-rwxr-xr-xtest/T140-excludes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T140-excludes.sh b/test/T140-excludes.sh
index 352b3eb8..e9cc9cb0 100755
--- a/test/T140-excludes.sh
+++ b/test/T140-excludes.sh
@@ -21,7 +21,7 @@ generate_thread () {
done
notmuch new > /dev/null
# We cannot retrieve the thread_id until after we have run notmuch new.
- gen_thread_id=`notmuch search --output=threads id:${gen_thread_msg_id[0]}`
+ gen_thread_id=$(notmuch search --output=threads id:${gen_thread_msg_id[0]} 2>/dev/null)
}
#############################################