Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 7ca88e9

Browse files
committed
fs: Remove test fixture with symlink cycle
A lot of tools (like bazel) aren't happy with symlink cycles. We weren't gaining much by having this test, so it's easiest just to pull it out.
1 parent 36385b9 commit 7ca88e9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/fs/fs_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,6 @@ func TestCopyFileSymlink(t *testing.T) {
685685
testcases := map[string]string{
686686
filepath.Join("./testdata/symlinks/file-symlink"): filepath.Join(h.Path("."), "dst-file"),
687687
filepath.Join("./testdata/symlinks/windows-file-symlink"): filepath.Join(h.Path("."), "windows-dst-file"),
688-
filepath.Join("./testdata/symlinks/dir-symlink"): filepath.Join(h.Path("."), "dst-dir"),
689688
filepath.Join("./testdata/symlinks/invalid-symlink"): filepath.Join(h.Path("."), "invalid-symlink"),
690689
}
691690

internal/fs/testdata/symlinks/dir-symlink

-1
This file was deleted.

0 commit comments

Comments
 (0)