Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/bin/opam-file-locations/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ And as well have a release tarball

Which contains the `.opam` file in the right location:

$ tar tf _build/myproject-0.2.0.tbz | grep \\.opam
$ tar tjf _build/myproject-0.2.0.tbz | grep \\.opam
myproject-0.2.0/opam/myproject.opam
Loading