-
Notifications
You must be signed in to change notification settings - Fork 86
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
Regression-7.4.1 : download data-set-matching option -d does not preserve upper case #1722
Comments
Thank you for creating a bug report. |
@NicolasGaudinPresta After testing in both WSL (ubuntu) and Windows I was unable to reproduce this error for both the latest version of the CLI (7.17.0) and version 7.4.1. Have you since upgraded to our LTS version? If so are you still encountering this problem? If yes, what OS are you working with? If this is no longer an issue, I think it would be best to close this issue as I've been unable to reproduce this and have had my efforts confirmed by @t1m0thyj |
I have been able to reproduce this under OpenSUSE with the current version of Zowe CLI. It seems like sequential data sets will be sent to the lowercase directory and PDSs and members end up in the mixed-case directory. |
This issue should be resolved as of Zowe CLI 7.18.9. |
Shell script
Here a command-log from my shell script, using 7.4.1 (not tested with newer release, working with 7.4.0) :
stderr
cat: '/tmp/tmp.y3NkzRQda5/*': No such file or directory
stdout
From this it is obvious that Zowe has donwloaded all files in
tmp.y3nkzrqda5
and nottmp.y3NkzRQda5
as required.The text was updated successfully, but these errors were encountered: