summaryrefslogtreecommitdiff
path: root/integrationtests/link_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests/link_test.go')
-rw-r--r--integrationtests/link_test.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/integrationtests/link_test.go b/integrationtests/link_test.go
index df76be4..f9cd801 100644
--- a/integrationtests/link_test.go
+++ b/integrationtests/link_test.go
@@ -61,10 +61,8 @@ func TestLinkReadlinkat(t *testing.T) {
func TestLinkEnoent(t *testing.T) {
runScenario(t, "link-enoent", []ExpectedEvent{
{
- PathContains: "link-enoent-dst.txt",
- Tracepoint: "enter_link",
- Comm: "ioworkload",
- MinCount: 1,
+ Tracepoint: "enter_link",
+ MinCount: 1,
},
})
}