summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run b/test/run
index 0e0dee5..2cf52e8 100755
--- a/test/run
+++ b/test/run
@@ -294,6 +294,8 @@ sub exec_test($$) {
my $result = [];
while (<IN>) {
#print "< $_";
+ # remove libtool 'lt-' prefixes on prog name output
+ s#^lt-##g;
if ($needs_shell) {
s#^/bin/sh: line \d+: ##;
}