diff options
| author | Alex Brainman <alex.brainman@gmail.com> | 2010-10-04 17:31:49 +1100 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2010-10-04 17:31:49 +1100 |
| commit | 17fe2479bfa8d308b45512b5e8987825ff05fb69 (patch) | |
| tree | a98361fcf22de00cd250eccfe85d10cff55c4767 /src/pkg/Makefile | |
| parent | 1756b31bb9c9b2f7cd00c5916c8d5946ff24da29 (diff) | |
| download | go-17fe2479bfa8d308b45512b5e8987825ff05fb69.tar.xz | |
os: make tests work on windows
Fixes #1105.
R=golang-dev, r
CC=Joe Poirier, golang-dev
https://golang.org/cl/2343043
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 2b96dc0f94..5bec3ce901 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -193,7 +193,6 @@ endif # Disable tests that windows cannot run yet. ifeq ($(GOOS),windows) NOTEST+=exec # no pipe -NOTEST+=os # many things unimplemented NOTEST+=os/signal # no signals NOTEST+=path # tree walking does not work NOTEST+=syslog # no network |
