aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2010-11-13 11:15:09 +1100
committerAlex Brainman <alex.brainman@gmail.com>2010-11-13 11:15:09 +1100
commita2a4e0c01af416f0ca1892cefa176942ed103c16 (patch)
tree75a33d4205d9fdbc5e73edba2ac53f9e2aba7894 /src/pkg/Makefile
parent8f651ff742a3dc69b03afa6ba6a09c5c1d47c450 (diff)
downloadgo-a2a4e0c01af416f0ca1892cefa176942ed103c16.tar.xz
exec: enable tests on windows
Fixes #1104. R=golang-dev, mattn, r CC=Joe Poirier, golang-dev https://golang.org/cl/3051041
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index cfb16d2004..48649846b8 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -197,7 +197,6 @@ endif
# Disable tests that windows cannot run yet.
ifeq ($(GOOS),windows)
-NOTEST+=exec # no pipe
NOTEST+=os/signal # no signals
NOTEST+=path # tree walking does not work
NOTEST+=syslog # no network