summaryrefslogtreecommitdiff
path: root/tests/format/junctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/junctions.py')
-rw-r--r--tests/format/junctions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/format/junctions.py b/tests/format/junctions.py
index c4536bff7..c4eea2d1c 100644
--- a/tests/format/junctions.py
+++ b/tests/format/junctions.py
@@ -406,6 +406,8 @@ def test_full_path_not_found(cli, tmpdir, datafiles, target, provenance):
("target-overridden-subsubsubproject.bst", "surprise.txt"),
# Test that we can override a subproject junction of a subproject's subproject, which using links to address them
("target-overridden-subsubsubproject-link.bst", "surprise.txt"),
+ # Test that we can override a subproject junction of a subproject's subproject, using various levels of links indirection
+ ("target-overridden-subsubsubproject-indirect-link.bst", "surprise.txt"),
# Test that we can override a subproject junction with a deep subproject path
("target-overridden-with-deepsubproject.bst", "deepsurprise.txt"),
],
@@ -414,6 +416,7 @@ def test_full_path_not_found(cli, tmpdir, datafiles, target, provenance):
"override-subproject-link",
"override-subsubproject",
"override-subsubproject-link",
+ "override-subsubproject-indirect-link",
"override-subproject-with-subsubproject",
],
)