Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
erthalion committed Dec 11, 2024
1 parent ccc60f7 commit 16fbcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/suites/threads.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (s *ThreadsTestSuite) TestThreadExec() {
expectedProcesses := []types.ProcessInfo{
types.ProcessInfo{
Name: "thread_exec",
ExePath: "/thread_exec",
ExePath: "/usr/bin/thread_exec",
Uid: 0,
Gid: 0,
Args: "",
Expand Down

0 comments on commit 16fbcc6

Please sign in to comment.