-
Notifications
You must be signed in to change notification settings - Fork 74
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
Unit test regression in CmdOutput.t #1802
Comments
bschmalhofer
added a commit
that referenced
this issue
Jun 7, 2022
Otherwise the test string would be interpreted as a list of strings, implicitly squashing multiple spaces into a single space.
This was just a side effect of not quoting the argument of the shell command |
Reopening as the same effect also occurs in the rel-10_0 branch. |
bschmalhofer
added a commit
that referenced
this issue
Mar 4, 2023
bschmalhofer
added a commit
that referenced
this issue
Mar 4, 2023
Issue #1802: backport the fix from rel-10_1 to rel-10_0
bschmalhofer
added a commit
that referenced
this issue
Mar 4, 2023
Issue #1802: backport the fix from rel-10_1 to rel-10_0
PR is merged after some confusion as I first merged into rel1-10_1. Closing this issue again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The output is:
Looks like double space are squashed somewhere. It would be good to find out whether the squashing is intended before fixing the test script.
The text was updated successfully, but these errors were encountered: