go-1.4: fix a few more possibly impure tests

+6
+6
pkgs/development/compilers/go/1.4.nix
··· 65 65 sed -i 's,/_go_os_test,'"$TMPDIR"'/_go_os_test,' src/os/path_test.go 66 66 sed -i '/TestRead0/areturn' src/os/os_test.go 67 67 sed -i '/TestSystemRoots/areturn' src/crypto/x509/root_darwin_test.go 68 + sed -i '/TestDialDualStackLocalhost/areturn' src/net/dial_test.go 69 + 70 + # remove IP resolving tests, on darwin they can find fe80::1%lo while expecting ::1 71 + sed -i '/TestResolveIPAddr/areturn' src/net/ipraw_test.go 72 + sed -i '/TestResolveTCPAddr/areturn' src/net/tcp_test.go 73 + sed -i '/TestResolveUDPAddr/areturn' src/net/udp_test.go 68 74 69 75 touch $TMPDIR/group $TMPDIR/hosts $TMPDIR/passwd 70 76 '';