New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test script at bin/test may not work correctly on some systems #571

Closed
dstu opened this Issue Jan 11, 2017 · 0 comments

Comments

Projects
None yet
1 participant
@dstu
Contributor

dstu commented Jan 11, 2017

The testing script uses == to compare strings, which is not supported by /bin/test on my system (Debian GNU/Linux unstable, running GNU coreutils 8.26). This should be an easy fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment