mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Remove slash from path. (#6957)
This commit is contained in:
parent
d5de24d9fc
commit
de84688844
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ def test_renew_files_permissions(context):
|
|||
|
||||
assert_cert_count_for_lineage(context.config_dir, certname, 2)
|
||||
assert_world_permissions(
|
||||
join(context.config_dir, 'archive', certname, '/privkey2.pem'), 0)
|
||||
join(context.config_dir, 'archive', certname, 'privkey2.pem'), 0)
|
||||
assert_equals_group_owner(
|
||||
join(context.config_dir, 'archive', certname, 'privkey1.pem'),
|
||||
join(context.config_dir, 'archive', certname, 'privkey2.pem'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue