summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-22 23:54:26 +0200
committerPaul Buetow <paul@buetow.org>2026-02-22 23:54:26 +0200
commit55f33883838336c70d483779b0435c6e781b615e (patch)
treef26a8b2a72a28483675fe87ee3ea03d35bd39862 /integrationtests
parent1666ba49ef9e5b61e14d1a32d2f6e2380064105e (diff)
some stuff
Diffstat (limited to 'integrationtests')
-rw-r--r--integrationtests/link_test.go2
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,