This commit is contained in:
Behdad Esfahbod 2012-06-08 21:29:18 -04:00
parent 4538b47bf0
commit 56bd259b9a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ tested=false
for suffix in so; do
so=.libs/libharfbuzz.$suffix
if test -f "$so"; then
echo "Checking that we are exposing internal symbols"
echo "Checking that we are not exposing internal symbols"
if nm $so | grep ' T ' | grep -v ' T _fini\>\| T _init\>\| T hb_'; then
echo "Ouch, internal symbols exposed"
stat=1