Index: unittests/tst_logging.cpp =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -r69fb006f0f7ecea062bd3732d37c665906c0bbc9 --- unittests/tst_logging.cpp (.../tst_logging.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ unittests/tst_logging.cpp (.../tst_logging.cpp) (revision 69fb006f0f7ecea062bd3732d37c665906c0bbc9) @@ -15,6 +15,7 @@ // Qt #include +#include // Project #include "filehandler.h" @@ -123,7 +124,7 @@ void tst_logging::setLogPath_T() { - _Logger._dir = "/home/denali"; + _Logger._dir = "/tmp"; bool b = _Logger.setLogPath(); QCOMPARE(b , true); }