Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Alpine Linux support. #535

Merged
merged 19 commits into from
Aug 19, 2020
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Fix a call to tests/unittests/test_handler/test_handler_ca_certs.py I…
…'d missed
  • Loading branch information
dermotbradley committed Aug 17, 2020
commit 8a48cecc355bbb40cf6ee2a52fe6093492c53ab8
2 changes: 1 addition & 1 deletion tests/unittests/test_handler/test_handler_ca_certs.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def test_commands(self):
mock.patch.object(util, 'write_file'))
mock_subp = mocks.enter_context(mock.patch.object(subp, 'subp'))

cc_ca_certs.remove_default_ca_certs()
cc_ca_certs.remove_default_ca_certs('ubuntu')

mock_delete.assert_has_calls([
mock.call("/usr/share/ca-certificates/"),
Expand Down