Skip to content

Commit

Permalink
Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Oct 4, 2023
1 parent c38d0fa commit b4e3339
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion collector/lib/SysdigService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "SelfChecks.h"
#include "TimeUtil.h"
#include "Utility.h"
#include "threadinfo.h"

namespace collector {

Expand Down
1 change: 0 additions & 1 deletion collector/test/ProcessSignalFormatterTest.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// clang-format off
#include <Utility.h>
#include <ostream>
#include "libsinsp/sinsp.h"
// clang-format on

Expand Down
2 changes: 1 addition & 1 deletion collector/test/SysdigServiceTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TEST(SysdigServiceTest, FilterEvent) {

sinsp_threadinfo proc_self_process(inspector.get());
proc_self_process.m_exepath = "/proc/self/exe";
proc_self_process.m_comm = "runc";
proc_self_process.m_comm = "6";

sinsp_threadinfo memfd_process(inspector.get());
memfd_process.m_exepath = "memfd:runc_cloned:/proc/self/exe";
Expand Down

0 comments on commit b4e3339

Please sign in to comment.