diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 23:54:26 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 23:54:26 +0200 |
| commit | 55f33883838336c70d483779b0435c6e781b615e (patch) | |
| tree | f26a8b2a72a28483675fe87ee3ea03d35bd39862 /integrationtests | |
| parent | 1666ba49ef9e5b61e14d1a32d2f6e2380064105e (diff) | |
some stuff
Diffstat (limited to 'integrationtests')
| -rw-r--r-- | integrationtests/link_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/link_test.go b/integrationtests/link_test.go index 4f92f6e..df76be4 100644 --- a/integrationtests/link_test.go +++ b/integrationtests/link_test.go @@ -61,7 +61,7 @@ func TestLinkReadlinkat(t *testing.T) { func TestLinkEnoent(t *testing.T) { runScenario(t, "link-enoent", []ExpectedEvent{ { - PathContains: "link-enoent-missing.txt", + PathContains: "link-enoent-dst.txt", Tracepoint: "enter_link", Comm: "ioworkload", MinCount: 1, |
