aboutsummaryrefslogtreecommitdiff
path: root/test/symbol-hiding
diff options
context:
space:
mode:
Diffstat (limited to 'test/symbol-hiding')
-rwxr-xr-xtest/symbol-hiding2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/symbol-hiding b/test/symbol-hiding
index 7fa7b2a..636ec91 100755
--- a/test/symbol-hiding
+++ b/test/symbol-hiding
@@ -23,7 +23,7 @@ mkdir -p fakedb/.notmuch
test_expect_success 'running test' run_test
test_begin_subtest 'checking output'
-test_expect_equal "$result" "$output"
+test_expect_equal "$result" "$output"
test_begin_subtest 'comparing existing to exported symbols'
objdump -t $TEST_DIRECTORY/../lib/*.o | awk '$4 == ".text" && $6 ~ "^notmuch" {print $6}' | sort | uniq > ACTUAL