diff --git a/src/pkg/Makefile b/src/pkg/Makefile index ed69ed88d49..4171c2fd652 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