rocky/zshdb

Tests fail

Closed this issue · 2 comments

I've noticed that some of the tests are failing. I attach the relevant log.
test-suite.log

rocky commented

What's going on is that your "tty" command is reporting that the tty is not a tty presumably in Polish.

Probably what should happen is that the Locale setting should be set to English before the tests are run. You are in a much better position to test this out. So perhaps you can make the change and try it.

Alternatively the tty test could be made multi-lingual. Again this is something I'd appreciate it if someone else handled.

I do confirm that running LANG=C make test does yield all the tests passing.