Skip to content

Commit

Permalink
test: Regression test for #11200 (#11201)
Browse files Browse the repository at this point in the history
Signed-off-by: Shon Feder <[email protected]>
  • Loading branch information
shonfeder authored Dec 13, 2024
1 parent e4e98e1 commit 38c0743
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/blackbox-tests/test-cases/github11200.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Running `dune subst` should succeed in an empty directory.
Regression test for https://github.com/ocaml/dune/issues/11200

$ dune subst
File ".", line 1, characters 0-0:
Error: There is no dune-project file in the current directory, please add one
with a (name <name>) field in it.
Hint: 'dune subst' must be executed from the root of the project.
[1]

0 comments on commit 38c0743

Please sign in to comment.