summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
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,