Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolás Ojeda Bär <[email protected]>
  • Loading branch information
nojb committed Feb 11, 2021
1 parent 8362a7d commit c16a2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/blackbox-tests/test-cases/merlin/github4125.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
..
lib-foo

$ export OCAML_LIB="$( (opam switch default && eval `opam env` && ocamlc -where) )"
$ dune ocaml-merlin --dump-config="$(pwd)" |
> sed 's#'$(opam config var --switch default prefix)/lib/ocaml'#OCAML_LIB#' |
> sed 's#'$(ocamlc -where)'#OCAML_LIB#'
> sed 's#'$OCAML_LIB'#OCAML_LIB#'
Foo
((STDLIB OCAML_LIB)
(EXCLUDE_QUERY_DIR)
Expand Down

0 comments on commit c16a2b8

Please sign in to comment.