Searched refs:expected_path (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sbin/pfctl/tests/ |
| H A D | pfctl_test.c | 124 run_pfctl_test(const char *input_path, const char *expected_path, in run_pfctl_test() argument 144 expected_output = read_file(expected_path); in run_pfctl_test() 179 char *expected_path; in do_pf_test() local 182 asprintf(&expected_path, "%s/files/pf%s.ok", in do_pf_test() 184 run_pfctl_test(input_path, expected_path, tc); in do_pf_test() 186 free(expected_path); in do_pf_test() 192 char *expected_path; in do_selfpf_test() local 193 asprintf(&expected_path, "%s/files/pf%s.ok", in do_selfpf_test() 195 run_pfctl_test(expected_path, expected_path, tc); in do_selfpf_test() 196 free(expected_path); in do_selfpf_test()
|