I generated a test suite with evosuite for a project. Some of the tests relate to reading/writing files and use absolute paths to access them, which results in tests only succeeding if the project is located at the exact same location in the local filesystem.
Is there a way to turn this off? That means, can I set a flag or something to generate tests which use relative positions for their test files?
Thanks!