Skip to content

Commit

Permalink
Issue 11290
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Elvers <[email protected]>
  • Loading branch information
mtelvers committed Jan 21, 2025
1 parent 1ccb583 commit f836ec2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/blackbox-tests/test-cases/github11290.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Running `dune subst` should succeed in a directory containing just a `.opam` file.
Regression test for https://github.com/ocaml/dune/issues/11290

$ cat > foo.opam << EOF
> authors: [ "John Doe <john@doe.com>" ]
> EOF

$ dune subst

0 comments on commit f836ec2

Please sign in to comment.