From: David Edmondson Date: Thu, 26 Jan 2012 07:19:38 +0000 (+0000) Subject: test: `notmuch-test-run' should protect against buffer switching. X-Git-Tag: debian/0.12_rc1-1~149 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2f50524e27db2ca58f6543a2c73a5719d8d7f491;hp=2f50524e27db2ca58f6543a2c73a5719d8d7f491 test: `notmuch-test-run' should protect against buffer switching. The body of the test may cause the current buffer to change. Ensure that the output goes to the correct buffer by switching back before inserting it. ---