···46 sed -i 's,/bin/pwd,'"`type -P pwd`", src/os/os_test.go
47 # Disable the unix socket test
48 sed -i '/TestShutdownUnix/areturn' src/net/net_test.go
0049 # Disable the hostname test
50 sed -i '/TestHostname/areturn' src/os/os_test.go
51 # ParseInLocation fails the test
···46 sed -i 's,/bin/pwd,'"`type -P pwd`", src/os/os_test.go
47 # Disable the unix socket test
48 sed -i '/TestShutdownUnix/areturn' src/net/net_test.go
49+ # Disable network timeout test
50+ sed -i '/TestDialTimeout/areturn' src/net/dial_test.go
51 # Disable the hostname test
52 sed -i '/TestHostname/areturn' src/os/os_test.go
53 # ParseInLocation fails the test