python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / security / tracee / test-EventFilters-prefix-nix-friendly.patch
blob88a3e4972507998862cc6e5e83215983f7f4cee9
1 diff --git a/tests/integration/integration_test.go b/tests/integration/integration_test.go
2 index afbc5330..13745c70 100644
3 --- a/tests/integration/integration_test.go
4 +++ b/tests/integration/integration_test.go
5 @@ -246,8 +246,8 @@ func Test_EventFilters(t *testing.T) {
6 eventFunc: checkExecve,
7 },
9 - name: "trace only execve events that starts with /usr/bin",
10 - filterArgs: []string{"event=execve", "execve.pathname=/usr/bin*"},
11 + name: "trace only execve events that starts with /run",
12 + filterArgs: []string{"event=execve", "execve.pathname=/run*"},
13 eventFunc: checkExecve,