Closed acarrera42 closed 6 years ago
The current directory /var/tmp can cause conflicts because systemd can add root owned files to this which will lead to permission denied errors.
Updated to use Tempfile. However Tempfile will by default use the OS's default tmp directory which in this case is '/tmp'. This would cause the same conflict problems since unp.crawl() will try to crawl the entire directory yielding other temp files. Therefore we still need to specify a specific directory that is unique to this test for it to consistently work.
…oid conflicts with other temp files