Skip to content

Commit

Permalink
test: regression for 5572
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored and bobot committed May 5, 2022
1 parent 8445414 commit f13f818
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
3.2.0 (Unreleased)
-----------------

- Fix relative dependencies outside the workspace (#4035, @bobot)
- Fix relative dependencies outside the workspace (#4035, fixes #5572, @bobot)

- Allow to specify `--prefix` via the environment variable
`DUNE_INSTALL_PREFIX` (#5589, @vapourismo)
Expand Down
6 changes: 6 additions & 0 deletions test/blackbox-tests/test-cases/rule/dependency-external.t
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,9 @@ rules with dependencies outside the build dir are allowed
$ dune exec --root=a/b -- ../../script.sh
Entering directory 'a/b'
txt1

# Regression test for #5572
$ dune exec --root=a/b -- ../
Entering directory 'a/b'
Error: Program "../" not found!
[1]

0 comments on commit f13f818

Please sign in to comment.