Skip to content

Commit

Permalink
test: reproduce #10927 (#11027)
Browse files Browse the repository at this point in the history
Demonstrate that $ dune subst doesn't work without a VCS repo

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Oct 19, 2024
1 parent 2dc0e2f commit 09b7a19
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/blackbox-tests/test-cases/subst/without-repo.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Demonstrate $ dune subst without a git repository

$ cat > dune-project << EOF
> (lang dune 3.16)
> (name test)
> EOF

$ echo "%%NAME%%" > README.md

$ dune subst

$ cat README.md
%%NAME%%

0 comments on commit 09b7a19

Please sign in to comment.