mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
When tmpdir fixture is used, the tests run in a separate directory instead of command execution directory. Any tests that take the current directory and assume that it contains files will fail. Fix this by taking the path relative to test module instead. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>