Skip to content

Commit

Permalink
libct: Remove old comment
Browse files Browse the repository at this point in the history
We changed it in PR:
	opencontainers/runtime-spec#1225

But we missed to remove this comment.

Signed-off-by: Rodrigo Campos <[email protected]>
  • Loading branch information
rata committed Nov 1, 2023
1 parent ef1166a commit 4bf8b55
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 4bf8b55

Please sign in to comment.