This commit is contained in:
Lionel Debroux 2025-05-23 16:58:06 +08:00 committed by GitHub
commit ceb04f10f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ void SetUpOnce(void) {
TEST(cachestat, testCachestatOnDevices) { TEST(cachestat, testCachestatOnDevices) {
const char *const files[] = { const char *const files[] = {
"/dev/zero", "/dev/null", "/dev/urandom", "/proc/version", "/proc", "/dev/zero", "/dev/null", "/dev/urandom", "/proc/self/comm",
}; };
struct cachestat_range range = {0, 4 * pagesize}; struct cachestat_range range = {0, 4 * pagesize};
struct cachestat cs; struct cachestat cs;