diff --git a/restartable_test.go b/restartable_test.go index 1fee9c3..cf5ea45 100644 --- a/restartable_test.go +++ b/restartable_test.go @@ -85,7 +85,7 @@ func TestRealProcPid(t *testing.T) { }) // Test ReadFile with real data and compare to os.ReadFile - filesToTest := []string{"cmdline", "status"} + filesToTest := []string{"cmdline"} for _, file := range filesToTest { t.Run(file, func(t *testing.T) {