Merge branch '2.3'
authorPetri Lehtinen <petri@digip.org>
Sat, 11 Aug 2012 17:43:24 +0000 (20:43 +0300)
committerPetri Lehtinen <petri@digip.org>
Sat, 11 Aug 2012 17:45:15 +0000 (20:45 +0300)
test/suites/api/check-exports

index eb2d83e..1c2ba9a 100755 (executable)
@@ -15,7 +15,7 @@ grep 'json_' $top_srcdir/src/jansson.def \
 nm -D $SOFILE >/dev/null >$test_log/symbols 2>/dev/null \
     || exit 77  # Skip if "nm -D" doesn't seem to work
 
-grep ' T ' $test_log/symbols | cut -d' ' -f3 | sort >$test_log/output
+grep ' [DT] ' $test_log/symbols | cut -d' ' -f3 | sort >$test_log/output
 
 if ! cmp -s $test_log/exports $test_log/output; then
     diff -u $test_log/exports $test_log/output >&2