From: Petri Lehtinen Date: Sat, 11 Aug 2012 17:43:24 +0000 (+0300) Subject: Merge branch '2.3' X-Git-Tag: v2.4-moonshot~1^2~10 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=0b871a113cf6d0d1b4eaf56b3b6fde4993f58aa6;hp=ec7bb71d7523c59da729e0bfec15cc18f8b6ead7;p=jansson.git Merge branch '2.3' --- diff --git a/test/suites/api/check-exports b/test/suites/api/check-exports index eb2d83e..1c2ba9a 100755 --- a/test/suites/api/check-exports +++ b/test/suites/api/check-exports @@ -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