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

/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp592 run_output_check(const output_check oc, const atf::fs::path& path, argument
597 if (oc.type == oc_empty) {
599 if (!oc.negated && !is_empty) {
603 } else if (oc.negated && is_empty) {
608 } else if (oc.type == oc_file) {
609 const bool equals = compare_files(path, atf::fs::path(oc.value));
610 if (!oc.negated && !equals) {
613 print_diff(atf::fs::path(oc.value), path);
615 } else if (oc.negated && equals) {
617 cat_file(atf::fs::path(oc
[all...]

Completed in 214 milliseconds