Skip to content

Commit

Permalink
cmd/go: remove windows Skip in test that wasn't removed
Browse files Browse the repository at this point in the history
Was supposed to be removed from CL 123757

Change-Id: I74405adab58be103f8e4a0c2405567f480a0e622
Reviewed-on: https://go-review.googlesource.com/123895
Run-TryBot: Brad Fitzpatrick <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Bryan C. Mills <[email protected]>
  • Loading branch information
bradfitz committed Jul 13, 2018
1 parent 3239e9d commit 5e60479
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cmd/go/mod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"os/exec"
"path/filepath"
"regexp"
"runtime"
"sort"
"strings"
"testing"
Expand Down Expand Up @@ -214,10 +213,6 @@ func TestModFindModulePath(t *testing.T) {
t.Fatalf("FindModulePath = %q, %v, want %q, nil", path, err, "unexpected.com/z")
}

if runtime.GOOS == "windows" {
t.Skipf("windows removeall fails")
}

// Empty dir outside GOPATH
tg.must(os.MkdirAll(tg.path("gp1"), 0777))
tg.must(os.MkdirAll(tg.path("x1"), 0777))
Expand Down

0 comments on commit 5e60479

Please sign in to comment.