Skip to content

Commit

Permalink
Remove duplicate copy of shunit2 (#1086)
Browse files Browse the repository at this point in the history
The tests use `test/shunit2` so the copy under `vendor/` is redundant.

I've added to the CHANGELOG since `vendor/` is added by the buildpack to
`PATH` (something long term we should stop doing), increasing the chance
an app was accidentally relying upon `shunit2` (albeit still unlikely).

Closes @W-8145517@.
  • Loading branch information
edmorley authored Oct 1, 2020
1 parent b74a413 commit 4e78b5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,048 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Remove `vendor/shunit2` (#1086).
- Replace `BUILDPACK_VENDOR_URL` and `USE_STAGING_BINARIES` with `BUILDPACK_S3_BASE_URL` (#1085).

## v181 (2020-09-29)
Expand Down
Loading

0 comments on commit 4e78b5d

Please sign in to comment.