Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix superpmi unit test on Alpine (#83372)
`perl` was removed from the Alpine images we use. The superpmi unit test harness was using `perl` to convert the line endings in the superpmicollect.sh wrapper script harness from Windows CR/LF format to Linux/Mac LF format. It appears this is no longer necessary, as the wrapper scripts appear to be built in CI during the "Generate tests wrappers" step on Linux when they will be run on Linux, so they already have the correct line endings. Remove the call to invoke `perl`. Fixes #83320
- Loading branch information