hunspell icon indicating copy to clipboard operation
hunspell copied to clipboard

test.sh: remove hardcode libtool path, derive path from Makefile

Open orbea opened this issue 10 months ago • 0 comments

When running the tests when hunspell was built with slibtoolize + slibtool most tests fail because of a hardcoded libtool path.

../tests/test.sh: line 93: ../libtool: No such file or directory

This patch removes the hardcoded libtool, derives the value from the Makefile and sets it as a bash array in test.sh so that the default GNU libtool value works.

Gentoo-Issue: https://bugs.gentoo.org/958376

orbea avatar Jun 18 '25 14:06 orbea