Skip to content

Commit b337cc4

Browse files
committed
some text fix
1 parent 056d38d commit b337cc4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

internal/fspolicy/helpers_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,7 @@ func pathAbs(t *testing.T, p string) string {
7272
if err != nil {
7373
t.Fatalf("Abs(%q): %v", p, err)
7474
}
75-
return applySystemRootAliases(abs)
75+
abs = applySystemRootAliases(abs)
76+
abs = evalSymlinksBestEffort(abs)
77+
return abs
7678
}

0 commit comments

Comments
 (0)