]> git.notmuchmail.org Git - notmuch/blobdiff - test/T380-atomicity.sh
test: quiet some extra debugging output
[notmuch] / test / T380-atomicity.sh
index 45de22284cb83af03294390bb4d2c52aab20810f..afe49d93d5f005fc57a76cb076814783e895ec6f 100755 (executable)
@@ -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)