Skip to content
Snippets Groups Projects
Commit 4f2a1cbf authored by Niels Möller's avatar Niels Möller
Browse files

And allow symbols that start at the

beginning of the line, as output by AIX nm.

Rev: src/nettle/testsuite/symbols-test:1.3
parent 5d1729bf
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ if [ -z "$srcdir" ] ; then
srcdir=`pwd`
fi
nm ../libnettle.a | grep ' [DRT] ' | egrep -v ' \.?(_?nettle_|memxor)' \
nm ../libnettle.a | grep ' [DRT] ' | egrep -v '( |^)\.?(_?nettle_|memxor)' \
| sort -k3 > test1.out
if [ -s test1.out ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment