Skip to content

Commit

Permalink
test(pkg): fix typo in source directory name (ocaml#8637)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Sep 13, 2023
1 parent 6a828e8 commit ba72a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox-tests/test-cases/pkg/libraries.t
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Now we set up a lock file with this package and then attempt to use it:
> EOF

$ cat >dune.lock/mypkg.pkg <<EOF
> (source (copy $PWD/extra_sources))
> (source (copy $PWD/external_sources))
> (build (run dune build @install))
> EOF

Expand Down

0 comments on commit ba72a62

Please sign in to comment.