]> git.notmuchmail.org Git - notmuch/commitdiff
test/symbol-hiding: add some whitespace between tests
authorDavid Bremner <bremner@debian.org>
Tue, 29 Nov 2011 06:51:15 +0000 (22:51 -0800)
committerDavid Bremner <bremner@debian.org>
Wed, 7 Dec 2011 23:55:47 +0000 (19:55 -0400)
This is in preparation for adding a third test to this file

test/symbol-hiding

index f67b653eb747a3d64a7d4b1ae518ec0c80ed4184..6d4e4fff001742111ec47ad84bbbf6e333a421b1 100755 (executable)
@@ -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