Skip to content

Commit

Permalink
Fix ignored-dune-lock test on macos (#11179)
Browse files Browse the repository at this point in the history
The macos patch utility doesn't like it when a patch contains no hunks,
so this change adds a hunk to the patch used in the ignored-dune-lock
test.

Signed-off-by: Stephen Sherratt <[email protected]>
  • Loading branch information
gridbugs authored Dec 3, 2024
1 parent 64be619 commit 7a2a93b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/blackbox-tests/test-cases/pkg/ignored-dune-lock.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Test that shows what happens when dune.lock is ignored.
> index b69a69a5a..ea988f6bd 100644
> --- a/foo.ml
> +++ b/foo.ml
> @@ -0,0 +1 @@
> +let () = print_endline "Hello, World!"
> EOF

$ mkdir src
Expand Down

0 comments on commit 7a2a93b

Please sign in to comment.