Skip to content

Commit f4c7a88

Browse files
committed
tests symlink additional
1 parent 4ebfc53 commit f4c7a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/fileutil/path_util_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ func TestResolvePath_ReturnsLexicalPath_SymlinkLeafPreserved(t *testing.T) {
738738
if err != nil {
739739
t.Fatalf("Abs(%q): %v", tc.input, err)
740740
}
741-
expAbs = filepath.Clean(expAbs)
741+
expAbs = filepath.Clean(ApplyDarwinSystemRootAliases(expAbs))
742742
if filepath.Clean(got) != expAbs {
743743
t.Fatalf("expected lexical symlink path returned.\n got=%q\n want=%q", got, expAbs)
744744
}

0 commit comments

Comments
 (0)