Skip to content

Commit

Permalink
Add fake curl exe to ocamlformat test (#10946)
Browse files Browse the repository at this point in the history
The ocamlformat-e2e test would sometimes try to run the system
executable which would cause the tests to fail.

Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
  • Loading branch information
gridbugs committed Sep 24, 2024
1 parent aeed649 commit 5e137ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/blackbox-tests/test-cases/pkg/ocamlformat/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
(cram
(deps helpers.sh)
(applies_to :whole_subtree))

(cram
(deps %{bin:curl})
(applies_to ocamlformat-e2e))

0 comments on commit 5e137ea

Please sign in to comment.