Skip to content
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

glob.tests : locale zh_HK.big5hkscs not installed on z/OS system causes tests to fail #25

Open
MikeFultonDev opened this issue Jan 2, 2023 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@MikeFultonDev
Copy link
Collaborator

this is the Hong Kong Supplementary Character Set

@MikeFultonDev MikeFultonDev added bug Something isn't working help wanted Extra attention is needed labels Jan 2, 2023
@MikeFultonDev
Copy link
Collaborator Author

Need to determine if the locale is available on z/OS, but not installed, or just not available.

@MikeFultonDev
Copy link
Collaborator Author

see test in:

glob2.sub:
...
if locale -a | grep -i '^zh_HK\.big5hkscs' >/dev/null ; then
        :
else
        echo "glob2.sub: warning: you do not have the zh_HK.big5hkscs locale installed;" >&2
        echo "glob2.sub: warning: that will cause some of these tests to fail." >&2
fi
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant