X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fsymbol-hiding;h=636ec9171a2f32a9564c55d6d2a7e16277756ff5;hp=7fa7b2aaac5635945a7162e086f577d023951878;hb=71521f06b00a01c5b0eaea5f5f624fe57ed7f426;hpb=0bbfc5ce8be91b881d9542d86aceec7e6a716e86 diff --git a/test/symbol-hiding b/test/symbol-hiding index 7fa7b2aa..636ec917 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