OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Fix Linux test failures by avoiding problem cases #341

Closed DanRStevens closed 3 years ago

DanRStevens commented 3 years ago

Use relative paths with filenames, rather than relative paths to folders.

This gets the tests to not fail, though avoids the problem case, effectively leaving behavior unspecified. We should at some point define the behaviour and uncomment the failing tests. The original checks have been preserved, but commented out.

Temporary fix for #340.