Skip to content

Commit 2b362aa

Browse files
committed
remove parent-dir input tests for relative paths
1 parent 67ec856 commit 2b362aa

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/bootstrap_impls/venv_relative_path_tests.bzl

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,6 @@ def _relative_path_test(env):
2929
),
3030
).equals("../../c/d")
3131

32-
env.expect.that_str(
33-
relative_path(
34-
from_ = "../a/b",
35-
to = "../c/d",
36-
),
37-
).equals("../../c/d")
38-
39-
env.expect.that_str(
40-
relative_path(
41-
from_ = "../a/b",
42-
to = "../../c/d",
43-
),
44-
).equals("../../../c/d")
45-
4632
env.expect.that_str(
4733
relative_path(
4834
from_ = "a/b/c",

0 commit comments

Comments
 (0)