We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e2fe2 commit a78e154Copy full SHA for a78e154
testcases/kernel/syscalls/readahead/readahead02.c
@@ -369,6 +369,9 @@ static void setup(void)
369
if (opt_fsizestr)
370
testfile_size = SAFE_STRTOL(opt_fsizestr, 1, INT_MAX);
371
372
+ if (access(PROC_IO_FNAME, F_OK))
373
+ tst_brk(TCONF, "Requires " PROC_IO_FNAME);
374
+
375
has_file(DROP_CACHES_FNAME, 1);
376
has_file(MEMINFO_FNAME, 1);
377
0 commit comments