Skip to content

Commit

Permalink
Merge pull request #4104 from kinvolk/rata/relax-dst-path-rel
Browse files Browse the repository at this point in the history
libct: Remove old comment
  • Loading branch information
kolyshkin authored Nov 1, 2023
2 parents ef1166a + 4bf8b55 commit da44f69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libcontainer/configs/validate/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,12 +395,10 @@ func TestValidateMounts(t *testing.T) {
isErr bool
dest string
}{
// TODO (runc v1.x.x): make these relative paths an error. See https://github.com/opencontainers/runc/pull/3004
{isErr: false, dest: "not/an/abs/path"},
{isErr: false, dest: "./rel/path"},
{isErr: false, dest: "./rel/path"},
{isErr: false, dest: "../../path"},

{isErr: false, dest: "/abs/path"},
{isErr: false, dest: "/abs/but/../unclean"},
}
Expand Down

0 comments on commit da44f69

Please sign in to comment.