aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
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