summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh3
1 files changed, 3 insertions, 0 deletions
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