Skip to content

Commit 4bf8b55

Browse files
committed
libct: Remove old comment
We changed it in PR: opencontainers/runtime-spec#1225 But we missed to remove this comment. Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
1 parent ef1166a commit 4bf8b55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcontainer/configs/validate/validator_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,10 @@ func TestValidateMounts(t *testing.T) {
395395
isErr bool
396396
dest string
397397
}{
398-
// TODO (runc v1.x.x): make these relative paths an error. See https://github.com/opencontainers/runc/pull/3004
399398
{isErr: false, dest: "not/an/abs/path"},
400399
{isErr: false, dest: "./rel/path"},
401400
{isErr: false, dest: "./rel/path"},
402401
{isErr: false, dest: "../../path"},
403-
404402
{isErr: false, dest: "/abs/path"},
405403
{isErr: false, dest: "/abs/but/../unclean"},
406404
}

0 commit comments

Comments
 (0)