Don't skip tests on mac

The tests where accidetally skipped on mac because it's treated as BSD.
This commit is contained in:
phosit
2025-06-13 17:59:53 +02:00
committed by phosit
parent d9795d29fe
commit 0698243dd1
+1 -1
View File
@@ -43,7 +43,7 @@ namespace
{
void ClearFromCache(const VfsPath& path)
{
#if OS_BSD
#if OS_BSD && !(OS_MAC || OS_MACOSX)
TS_SKIP("On BSD hotload isn't implemented.");
#endif