Skip to content

Commit

Permalink
Run script the same way test_plugin_shell_invocation does
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed May 24, 2024
1 parent c0a703f commit c6c52ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_bar_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def plugin_output_checks(self, checklist, extra_env=None):
process = subprocess.run(
bar_plugin.__file__,
capture_output=True,
shell=True,
encoding="utf-8",
env=env_copy(extra_env),
)
Expand Down

0 comments on commit c6c52ff

Please sign in to comment.