Searched refs:expected_path (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sbin/pfctl/tests/ |
| H A D | pfctl_test.c | 122 run_pfctl_test(const char *input_path, const char *expected_path, in run_pfctl_test() argument 142 expected_output = read_file(expected_path); in run_pfctl_test() 177 char *expected_path; in do_pf_test() local 180 asprintf(&expected_path, "%s/files/pf%s.ok", in do_pf_test() 182 run_pfctl_test(input_path, expected_path, tc); in do_pf_test() 184 free(expected_path); in do_pf_test() 190 char *expected_path; in do_selfpf_test() local 191 asprintf(&expected_path, "%s/files/pf%s.ok", in do_selfpf_test() 193 run_pfctl_test(expected_path, expected_path, tc); in do_selfpf_test() 194 free(expected_path); in do_selfpf_test()
|
| /freebsd-14.2/crypto/openssl/test/recipes/ |
| H A D | 61-test_bio_prefix.t | 28 my $expected_path = data_file($input_result{$_}->[1]); 36 is(compare_text($result_path, $expected_path, \&cmp_line), 0, 37 "comparing the dump of $_ with $expected_path");
|
| H A D | 04-test_conf.t | 32 my $expected_path = data_file($input_result{$_}); 39 is(compare_text($result_path, $expected_path, sub {
|