test/symbol-hiding: add some whitespace between tests

This is in preparation for adding a third test to this file
This commit is contained in:
David Bremner 2011-11-28 22:51:15 -08:00
parent f0e0053149
commit db17dd46c0

View file

@ -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