From 7f7371e95b181dd412182fd6dfc01a44749a2d21 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Wed, 6 Apr 2011 16:45:20 +1000 Subject: [PATCH] pkg/path: enable tests on Windows Fixes #1107. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4374041 --- src/pkg/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.0