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

/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp591 run_output_check(const output_check oc, const atf::fs::path& path, argument
596 if (oc.type == oc_empty) {
598 if (!oc.negated && !is_empty) {
602 } else if (oc.negated && is_empty) {
607 } else if (oc.type == oc_file) {
608 const bool equals = compare_files(path, atf::fs::path(oc.value));
609 if (!oc.negated && !equals) {
612 print_diff(atf::fs::path(oc.value), path);
614 } else if (oc.negated && equals) {
616 cat_file(atf::fs::path(oc
[all...]

Completed in 10 milliseconds