**ltp/testcases/kernel/syscalls/pread/pread03.c** Line 91: char test_dir[100]; Should be ``` #include <linux/limits.h> char test_dir[PATH_MAX]; ```