Skip to content

Commit dc3a9d6

Browse files
remove comment
1 parent 61e8d7b commit dc3a9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/escapingfs/escaping_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func TestTargetWithinRoot(t *testing.T) {
116116
name: "Target with redundant path elements escaping",
117117
root: tempDir,
118118
target: filepath.Join(tempDir, "..", tempDir, "file.txt"),
119-
expected: false, // Contains .. so should be rejected
119+
expected: false,
120120
},
121121
{
122122
name: "Same path with different representations",

0 commit comments

Comments
 (0)