X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT380-atomicity.sh;h=afe49d93d5f005fc57a76cb076814783e895ec6f;hp=45de22284cb83af03294390bb4d2c52aab20810f;hb=69c2c930ecbcba0c7f0b340db478e58ca218bf87;hpb=119a41b9edd5722bcb7a0a41bac010f254a652fd 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)