]> git.ipfire.org Git - thirdparty/libbsd.git/commit
test: Handle libtool executable names in getprogname() unit test
authorGuillem Jover <guillem@hadrons.org>
Mon, 19 Jun 2017 19:32:01 +0000 (21:32 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sat, 24 Jun 2017 14:05:50 +0000 (16:05 +0200)
commit736e12e8d868659095ee46d32901e034840f1454
tree83995c67e11805788a405e7d64aef17fc8e5b410
parent8bff4b1fabde00c3ae0860b9fb83dadd7b3c6be9
test: Handle libtool executable names in getprogname() unit test

Sometimes libtool will prefix the test programs with "lt-", we should
handle these and strip the prefix.

Fixes: https://bugs.debian.org/865090
test/progname.c