commit | 152874af8c226ec0e3a0f286a4c04b7b52d5cf0d | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Feb 20 22:07:07 2024 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Feb 21 21:10:04 2024 -0500 |
tree | 312da1a42d60ee76e2616106faddfad8a1a89a51 | |
parent | caa60cc69f246caf4ce4825dc50eb60f6e1966e0 [diff] [blame] |
tests: remove temporary directory on setup and teardown Change-Id: I012b11a9d6a46769dc5f6e388ab6bd3f2644607e
diff --git a/tests/daemon/face/unix-stream-transport-fixture.hpp b/tests/daemon/face/unix-stream-transport-fixture.hpp index 253e05c..8aca3da 100644 --- a/tests/daemon/face/unix-stream-transport-fixture.hpp +++ b/tests/daemon/face/unix-stream-transport-fixture.hpp
@@ -34,7 +34,7 @@ #include "tests/daemon/face/dummy-link-service.hpp" #include "tests/daemon/face/transport-test-common.hpp" -#include <boost/filesystem.hpp> +#include <boost/filesystem/operations.hpp> namespace nfd::tests {