1 This test requires /proc to be mounted
2 
3 --- test/testpath.cpp.orig	2023-06-22 09:07:56 UTC
4 +++ test/testpath.cpp
5 @@ -74,7 +74,9 @@ class TestPath : public TestFixture { (private)
6      }
7 
8      void getCurrentExecutablePath() const {
9 +#ifndef __FreeBSD__
10          ASSERT_EQUALS(false, Path::getCurrentExecutablePath("").empty());
11 +#endif
12      }
13 
14      void isAbsolute() const {
15