projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0e0053
)
test/symbol-hiding: add some whitespace between tests
author
David Bremner
<bremner@debian.org>
Tue, 29 Nov 2011 06:51:15 +0000
(22:51 -0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/test/symbol-hiding
b/test/symbol-hiding
index f67b653eb747a3d64a7d4b1ae518ec0c80ed4184..6d4e4fff001742111ec47ad84bbbf6e333a421b1 100755
(executable)
--- 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