From: Alex Brainman Date: Wed, 6 Apr 2011 06:45:20 +0000 (+1000) Subject: pkg/path: enable tests on Windows X-Git-Tag: weekly.2011-04-13~90 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7f7371e95b181dd412182fd6dfc01a44749a2d21;p=gostls13.git pkg/path: enable tests on Windows Fixes #1107. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4374041 --- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index ed69ed88d4..4171c2fd65 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -209,7 +209,6 @@ endif # Disable tests that windows cannot run yet. ifeq ($(GOOS),windows) NOTEST+=os/signal # no signals -NOTEST+=path # tree walking does not work NOTEST+=syslog # no network NOTEST+=time # no syscall.Kill, syscall.SIGCHLD for sleep tests endif