Actions
Bug #2652
closedFailure with --test-command.
Affected Versions:
Effort:
low
Difficulty:
low
Label:
Description
Using a custom --test-command, something as simple as "true" will cause suricata-update to fail in a call to subprocess.Popen due to a bad environment being passed. This is due to a raw call to get the output directory, instead of a method that does the right thing depending on if a custom output directory was passed or not.
Actions