Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Arseniy Alekseyev <aalekseyev@janestreet.com>
  • Loading branch information
aalekseyev committed May 1, 2019
1 parent 16ce3d0 commit 7a9e5c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/blackbox-tests/test-cases/install-with-var/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
Some variables are restricted in [dst] of [bin] section because evaluating
them could cause a dependency cycle (also, most of them make no sense in [dst] anyway).

$ unset FOO

$ cat > dune <<EOF
> (install
> (section bin)
Expand Down Expand Up @@ -79,7 +77,7 @@ This is fine if the destination extension is already .exe:
$ cat > dune <<EOF
> (install
> (section bin)
> (files (%{env:FOO=foobar}.txt as foo.exe))
> (files (%{env:FOO=foobar.txt} as foo.exe))
> )
> EOF

Expand All @@ -90,7 +88,7 @@ Or if the extension of source is clearly not .exe:
$ cat > dune <<EOF
> (install
> (section bin)
> (files (%{env:FOO=foobar}.txt as foo.exe))
> (files (%{env:FOO=foobar}.txt as foo))
> )
> EOF

Expand Down

0 comments on commit 7a9e5c7

Please sign in to comment.