diff --git a/Svc/DpCatalog/test/ut/DpCatalogTester.cpp b/Svc/DpCatalog/test/ut/DpCatalogTester.cpp index 2efbabdb96a..4f7de330c5a 100644 --- a/Svc/DpCatalog/test/ut/DpCatalogTester.cpp +++ b/Svc/DpCatalog/test/ut/DpCatalogTester.cpp @@ -32,6 +32,7 @@ DpCatalogTester ::DpCatalogTester() DpCatalogTester ::~DpCatalogTester() { this->component.deinit(); + std::system("rm -rf ./DpTest*"); } // ----------------------------------------------------------------------