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

net: TestDialError fails: connect /etc/: connection refused #76

Closed
alexbrainman opened this issue Nov 12, 2009 · 2 comments
Closed

net: TestDialError fails: connect /etc/: connection refused #76

alexbrainman opened this issue Nov 12, 2009 · 2 comments
Milestone

Comments

@alexbrainman
Copy link
Member

What steps will reproduce the problem?
1. run ./all.bash

What is the expected output? What do you see instead?

make[1]: Leaving directory `/root/hg/go/src/pkg/net'                      
      
--- FAIL: net.TestDialError                                               
      
        #7: "dial unix /etc/: connection refused", want match for `dial
unix /etc
/: (permission denied|socket operation on non-socket)`                    
      
FAIL                                                                      
      
make: *** [test] Error 1                                                  
      


What is your $GOOS?  $GOARCH?

GOARCH=386
GOOS=linux

Which revision are you sync'ed to?  (hg log -l 1)

changeset:   3975:b51fd2d6c160

Please provide any additional information below.
@rsc
Copy link
Contributor

rsc commented Nov 12, 2009

Comment 1:

I believe we fixed this last night.  You might
need to run "hg pull -u" to get the fix.

Status changed to Fixed.

@alexbrainman
Copy link
Member Author

Comment 2:

You sure did. Thank you.

minux pushed a commit to minux/goios that referenced this issue Feb 27, 2015
@mikioh mikioh changed the title connect /etc/: connection refused net: TestDialError fails: connect /etc/: connection refused Aug 5, 2015
@mikioh mikioh added this to the Go1.5 milestone Aug 5, 2015
@golang golang locked and limited conversation to collaborators Aug 5, 2016
FiloSottile pushed a commit to FiloSottile/go that referenced this issue Oct 12, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants