Skip to content

Testing directory was required relative to execute directory

When testing, this was failing because the execute directory did not have a "tmp" subdirectory.

By changing to the default "/tmp" directory, failures do not occur with verbose testing turned on.

Merge request reports