Skip to content

Remove exists() from getEndpoint() #56

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

Merged
merged 1 commit into from
Jan 28, 2015
Merged

Remove exists() from getEndpoint() #56

merged 1 commit into from
Jan 28, 2015

Conversation

jwilder
Copy link
Collaborator

@jwilder jwilder commented Jan 28, 2015

Should fix tests running under travis build and boot2docker where
unix:///var/run/docker.sock does not exist.

exists was not necessary since connecting to a non-existent unix
socket would fail anyways and is already handled.

Should fix tests running under travis build and boot2docker where
unix:///var/run/docker.sock does not exist.

exists was not necessary since connecting to a non-existent unix
socket would fail anyways and is already handled.
jwilder added a commit that referenced this pull request Jan 28, 2015
Remove exists() from getEndpoint()
@jwilder jwilder merged commit c09e451 into master Jan 28, 2015
@jwilder jwilder deleted the jw-exists branch January 28, 2015 06:51
@md5
Copy link
Contributor

md5 commented Jan 28, 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.

2 participants