Commit 92a9ddf0 authored by Russ Cox's avatar Russ Cox

net: fix error for connect to /etc/ on some systems

R=agl1
CC=golang-dev
https://golang.org/cl/152051
parent 8db6370d
......@@ -50,7 +50,7 @@ var dialErrorTests = []DialErrorTest{
},
DialErrorTest{
"unix", "", "/etc/",
"dial unix /etc/: (permission denied|socket operation on non-socket)",
"dial unix /etc/: (permission denied|socket operation on non-socket|connection refused)",
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment