]> rtime.felk.cvut.cz Git - notmuch.git/commit
test: simplify T360-symbol-hiding, use nm instead of objdump
authorDavid Bremner <david@tethera.net>
Wed, 10 Sep 2014 06:41:11 +0000 (08:41 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 13 Sep 2014 06:49:50 +0000 (08:49 +0200)
commitc34d6bad0f9da300eac2181e2073aee130432932
treeab93257dafbd1687b509fef24163bfdf1f52e5be
parent2c9e120e0a2efef63dbd4ec9c4f24beb30ae9167
test: simplify T360-symbol-hiding, use nm instead of objdump

After yet another variation in objdump output caused this test to fail
(on a Debian port, no less), I decided whatever putative benefit we
get from looking at the object files instead of the library isn't
worth the maintenence headache.

This version uses nm -P. nm -P should be portable, and fixed format.
It purposely doesn't use the -D argument, since that is non-POSIX and
nm on GNU/Linux seems do the right thing without it.

It still won't work out of the box on e.g. Mac OS/X. I think the right
thing to do there is to move some more configuration information into
sh.config.
test/T360-symbol-hiding.sh