your-tools / skyspell

Fast and handy spell checker for the command line
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

integration tests fail on Arch Linux if optional dependencies of enchant are not installed #3

Open dmerejkowsky opened 1 year ago

dmerejkowsky commented 1 year ago

This is because when libvoikko for instance is not installed, enchant sends this to stderr:

** (process:34593): WARNING **: 19:07:11.423: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory

and since we parse stderr during the tests, sometimes they fail