From a1eb580aa5b80e913dc722ccf97e42c6987152e8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Feb 2026 10:34:37 +0200 Subject: Add getcwd tracing support and stabilize comm propagation test --- integrationtests/dir_test.go | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'integrationtests/dir_test.go') diff --git a/integrationtests/dir_test.go b/integrationtests/dir_test.go index 585f03f..d759abd 100644 --- a/integrationtests/dir_test.go +++ b/integrationtests/dir_test.go @@ -35,6 +35,17 @@ func TestDirChdir(t *testing.T) { }) } +func TestDirGetcwd(t *testing.T) { + runScenario(t, "dir-getcwd", []ExpectedEvent{ + { + PathContains: "dir-getcwd", + Tracepoint: "enter_getcwd", + Comm: "ioworkload", + MinCount: 1, + }, + }) +} + func TestDirGetdents(t *testing.T) { runScenario(t, "dir-getdents", []ExpectedEvent{ { -- cgit v1.2.3