Move test to install_uninstall test so environment variables apply

This commit is contained in:
Anthony Sottile 2020-01-16 09:55:46 -08:00
parent 57cc814b8b
commit 0bb8a8fabe
6 changed files with 46 additions and 47 deletions

View file

@ -67,8 +67,8 @@ def run_opts(
hook=None,
origin='',
source='',
push_remote_name='',
push_remote_url='',
remote_name='',
remote_url='',
hook_stage='commit',
show_diff_on_failure=False,
commit_msg_filename='',
@ -83,8 +83,8 @@ def run_opts(
hook=hook,
origin=origin,
source=source,
push_remote_name=push_remote_name,
push_remote_url=push_remote_url,
remote_name=remote_name,
remote_url=remote_url,
hook_stage=hook_stage,
show_diff_on_failure=show_diff_on_failure,
commit_msg_filename=commit_msg_filename,