From 46949388c6945fcbdcd5bc059fd5fb10a1e56597 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 30 Jul 2012 17:43:10 +0200 Subject: tests: remove lt- prefixes Reported-by: Bernhard Voelker Signed-off-by: Karel Zak --- tests/functions.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/functions.sh') diff --git a/tests/functions.sh b/tests/functions.sh index eee6be352..0613505fe 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -235,6 +235,9 @@ function ts_gen_diff { if [ -s "$TS_OUTPUT" ]; then + # remove libtool lt- prefixes + sed --in-place 's/^lt\-\(.*\: \)/\1/g' $TS_OUTPUT + [ -d "$TS_DIFFDIR" ] || mkdir -p "$TS_DIFFDIR" diff -u $TS_EXPECTED $TS_OUTPUT > $TS_DIFF -- cgit v1.2.3-55-g7522