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

/bind-9.6-ESV-R11/bin/tests/system/rrsetorder/
H A Dtests.sh52 matches=0
61 cmp -s dig.out.cyclic dig.out.$j && matches=`expr $matches + 1`
70 if [ $matches -ne 16 ]; then ret=1; fi
79 matches=0
88 cmp -s dig.out.cyclic2 dig.out.$j && matches=`expr $matches + 1`
97 if [ $matches -ne 16 ]; then ret=1; fi
149 matches=0
158 cmp -s dig.out.cyclic dig.out.$j && matches
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp615 std::cerr << "Fail: " << stdxxx << " matches golden output\n";
636 std::cerr << "Fail: " << stdxxx << " matches expected value\n";
642 const bool matches = grep_file(path, oc.value); local
643 if (!oc.negated && !matches) {
648 } else if (oc.negated && matches) {

Completed in 26 milliseconds