summaryrefslogtreecommitdiff
path: root/integrationtests/dir_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests/dir_test.go')
-rw-r--r--integrationtests/dir_test.go11
1 files changed, 11 insertions, 0 deletions
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{
{