Searched refs:input_files_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sbin/pfctl/tests/
H A Dpfctl_test.c130 char input_files_path[PATH_MAX]; local
139 snprintf(input_files_path, sizeof(input_files_path), "%s/files",
141 ATF_REQUIRE_ERRNO(0, chdir(input_files_path) == 0);

Completed in 63 milliseconds