fix(hlcc): persist sandbox-compatible shared mode
This commit is contained in:
parent
bf5ebcdd0e
commit
612e0b810d
5 changed files with 107 additions and 10 deletions
|
|
@ -48,8 +48,10 @@ assert.match(bootstrap, /access_tokens_migrated": False/);
|
|||
assert.match(bootstrap, /repositories_migrated": False/);
|
||||
assert.match(bootstrap, /delete from access_token/);
|
||||
assert.match(bootstrap, /core\.sharedRepository/);
|
||||
assert.match(bootstrap, /"group"/);
|
||||
assert.match(bootstrap, /"0660"/);
|
||||
assert.match(bootstrap, /obsolete sharing hook identity mismatch/);
|
||||
assert.match(bootstrap, /generated post-receive hook identity mismatch/);
|
||||
assert.match(bootstrap, /basename "\$\{hook\}"/);
|
||||
assert.match(bootstrap, /configure_shared_channel_repository\(\)/);
|
||||
assert.doesNotMatch(
|
||||
bootstrap,
|
||||
|
|
|
|||
Loading…
Reference in a new issue