Skip to content

Commit

Permalink
cmd/go/internal/fsys: skip symlink test on Plan 9
Browse files Browse the repository at this point in the history
Fixes #41950
Fixes #41954

Change-Id: I95d97f076fa928f3638309b78748d7ccc7277b14
Reviewed-on: https://go-review.googlesource.com/c/go/+/261897
Trust: Jay Conrod <[email protected]>
Run-TryBot: Bryan C. Mills <[email protected]>
Reviewed-by: Michael Matloob <[email protected]>
Reviewed-by: Bryan C. Mills <[email protected]>
TryBot-Result: Go Bot <[email protected]>
  • Loading branch information
fhs authored and Bryan C. Mills committed Oct 13, 2020
1 parent a15ec38 commit 58e51b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cmd/go/internal/fsys/fsys_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"encoding/json"
"errors"
"fmt"
"internal/testenv"
"io/ioutil"
"os"
"path/filepath"
Expand Down Expand Up @@ -654,6 +655,8 @@ func TestWalk_Error(t *testing.T) {
}

func TestWalk_Symlink(t *testing.T) {
testenv.MustHaveSymlink(t)

initOverlay(t, `{
"Replace": {"overlay_symlink": "symlink"}
}
Expand Down

0 comments on commit 58e51b1

Please sign in to comment.