We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056d38d commit b337cc4Copy full SHA for b337cc4
1 file changed
internal/fspolicy/helpers_test.go
@@ -72,5 +72,7 @@ func pathAbs(t *testing.T, p string) string {
72
if err != nil {
73
t.Fatalf("Abs(%q): %v", p, err)
74
}
75
- return applySystemRootAliases(abs)
+ abs = applySystemRootAliases(abs)
76
+ abs = evalSymlinksBestEffort(abs)
77
+ return abs
78
0 commit comments