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 test that failed due to windows path separators #1

Closed
wants to merge 1 commit into from
Closed

fix test that failed due to windows path separators #1

wants to merge 1 commit into from

Conversation

stevenl
Copy link

@stevenl stevenl commented Feb 4, 2014

In the test "directory '../local/mylib' in ./.mylib added to \@INC" it was looking in @INC for:

..\local\mylib

But my @INC contained:

..\local\mylib

This test failure would probably occur for all Windows installations.

@stevenl
Copy link
Author

stevenl commented Feb 4, 2014

Sorry, it was searching for:

../local/mylib

@dagolden
Copy link
Collaborator

dagolden commented Feb 4, 2014

Thank you for the report.

I think the bigger issue is adding windows-style paths to @inc, which it probably shouldn't be doing. I'll fix that, which should make this test change unnecessary.

I'll keep this ticket open as a reminder.

@dagolden
Copy link
Collaborator

This should have been fixed in 0.003

@dagolden dagolden closed this Feb 27, 2014
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.

2 participants