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

Fix some path quoting issues in the test suite #1328

Merged
merged 2 commits into from Aug 25, 2015

Conversation

gavingmiller
Copy link
Contributor

Running the test suite with a directory structure that includes brackets () would cause multiple tests to fail. This PR resolves those issues.

When running tests that has a pwd that includes brackets () these tests
will fail.
Why:

In the event that brackets () exist in the directory structure, running
the rubygems test suite will fail. This fix resolves that issue by
properly quoting the good_rake/bad_rake paths.
djberg96 added a commit that referenced this pull request Aug 25, 2015
Fix some path quoting issues in the test suite
@djberg96 djberg96 merged commit 8704bb0 into rubygems:master Aug 25, 2015
@djberg96
Copy link
Contributor

Looks good to me.

djberg96 added a commit that referenced this pull request Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants