Skip to content

Commit 58e51b1

Browse files
fhsBryan C. Mills
authored and
Bryan C. Mills
committed
cmd/go/internal/fsys: skip symlink test on Plan 9
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]>
1 parent a15ec38 commit 58e51b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cmd/go/internal/fsys/fsys_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"encoding/json"
66
"errors"
77
"fmt"
8+
"internal/testenv"
89
"io/ioutil"
910
"os"
1011
"path/filepath"
@@ -654,6 +655,8 @@ func TestWalk_Error(t *testing.T) {
654655
}
655656

656657
func TestWalk_Symlink(t *testing.T) {
658+
testenv.MustHaveSymlink(t)
659+
657660
initOverlay(t, `{
658661
"Replace": {"overlay_symlink": "symlink"}
659662
}

0 commit comments

Comments
 (0)