We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef1166a + 4bf8b55 commit da44f69Copy full SHA for da44f69
libcontainer/configs/validate/validator_test.go
@@ -395,12 +395,10 @@ func TestValidateMounts(t *testing.T) {
395
isErr bool
396
dest string
397
}{
398
- // TODO (runc v1.x.x): make these relative paths an error. See https://github.com/opencontainers/runc/pull/3004
399
{isErr: false, dest: "not/an/abs/path"},
400
{isErr: false, dest: "./rel/path"},
401
402
{isErr: false, dest: "../../path"},
403
-
404
{isErr: false, dest: "/abs/path"},
405
{isErr: false, dest: "/abs/but/../unclean"},
406
}
0 commit comments