aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-11-28 22:51:15 -0800
committerGravatar David Bremner <bremner@debian.org>2011-12-07 19:55:47 -0400
commitdb17dd46c09707d2c999de9f72bb2b84447bd5a8 (patch)
tree0d016950c2b1b988af6ab90f6495b8a003a495bf /test
parentf0e0053149bb3b51f4a0cd43371292b639f236a8 (diff)
test/symbol-hiding: add some whitespace between tests
This is in preparation for adding a third test to this file
Diffstat (limited to 'test')
-rwxr-xr-xtest/symbol-hiding2
1 files changed, 2 insertions, 0 deletions
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