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

Remove executable bit from tests #9

Merged

Conversation

paultcochrane
Copy link
Contributor

Test scripts should usually be run via the relevant test runner and not as standalone scripts, hence the test scripts don't need to have the executable bit set.

@geofffranks
Copy link
Owner

Can you resolve the merge conflict + I'll merge?

@paultcochrane
Copy link
Contributor Author

Sure, no worries.

Paul Cochrane added 2 commits October 26, 2015 16:05
These files should normally be run through `Module::Build`'s `test` command
and not called as standalone scripts.  Hence they don't need a shebang line.
Test scripts should be run via the `Module::Build` `test` command, not as
standalone scripts.  Hence they don't require the executable bit set.
@paultcochrane
Copy link
Contributor Author

Ok, all fixed and pushed and ready to be merged :-)

geofffranks added a commit that referenced this pull request Oct 26, 2015
@geofffranks geofffranks merged commit 8fffbd8 into geofffranks:master Oct 26, 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