From: David Bremner Date: Tue, 29 Nov 2011 06:51:15 +0000 (-0800) Subject: test/symbol-hiding: add some whitespace between tests X-Git-Tag: 0.11_rc1~57 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=db17dd46c09707d2c999de9f72bb2b84447bd5a8;hp=f0e0053149bb3b51f4a0cd43371292b639f236a8 test/symbol-hiding: add some whitespace between tests This is in preparation for adding a third test to this file --- diff --git a/test/symbol-hiding b/test/symbol-hiding index f67b653e..6d4e4fff 100755 --- a/test/symbol-hiding +++ b/test/symbol-hiding @@ -19,7 +19,9 @@ output="A Xapian exception occurred opening database: Couldn't stat 'fakedb/.not caught No chert database found at path \`./nonexistant'" mkdir -p fakedb/.notmuch + test_expect_success 'running test' run_test + test_begin_subtest 'checking output' test_expect_equal "$result" "$output" test_done