diff options
| author | David Bremner <david@tethera.net> | 2020-12-25 12:56:57 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-12-25 12:56:57 -0400 |
| commit | 133188837472dacef2ef72ca8416ccd12896c189 (patch) | |
| tree | 8f8a1b615acf93d83c20a2e2ee0a24fcac1dfff0 /test | |
| parent | 22d9094300751ea6f995fcb5f04194b06f77db3a (diff) | |
| parent | 0cd4ec8a3bb28b8c2973f5a30bff5505f5aac8c6 (diff) | |
Merge branch 'release'
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T360-symbol-hiding.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T360-symbol-hiding.sh b/test/T360-symbol-hiding.sh index 3f00dd38..729b9d72 100755 --- a/test/T360-symbol-hiding.sh +++ b/test/T360-symbol-hiding.sh @@ -26,7 +26,7 @@ test_begin_subtest 'checking output' test_expect_equal "$result" "$output" test_begin_subtest 'comparing existing to exported symbols' -readelf -Ws $NOTMUCH_BUILDDIR/lib/libnotmuch.so | \ +readelf -Ws $NOTMUCH_BUILDDIR/lib/libnotmuch.so | sed -e 's/\[[^]]*\]//' |\ awk '$4 == "FUNC" && $5 == "GLOBAL" && $7 != "UND" {print $8}' | sort -u > ACTUAL sed -n 's/^\(notmuch_[a-zA-Z0-9_]*\)[[:blank:]]*(.*/\1/p' $NOTMUCH_SRCDIR/lib/notmuch.h | sort -u > EXPORTED test_expect_equal_file EXPORTED ACTUAL |
