"Testing" is printed by test/test-lib.sh, so having "Testing" in test
description results in duplicate "Testing" in console output.
#!/usr/bin/env bash
-test_description="Testing emacs notmuch-hello view"
+test_description="emacs notmuch-hello view"
. test-lib.sh
EXPECTED=$TEST_DIRECTORY/emacs.expected-output
#!/usr/bin/env bash
-test_description="Testing emacs notmuch-show view"
+test_description="emacs notmuch-show view"
. test-lib.sh
test_begin_subtest "Hiding Original Message region at beginning of a message"