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

/bind-9.11.3/bin/tests/system/rrsetorder/
H A Dtests.sh40 matches=0
48 $DIFF dig.out.fixed dig.out.$j >/dev/null && matches=`expr $matches + 1`
57 if [ $matches -ne 16 ]; then ret=1; fi
67 matches=0
75 $DIFF dig.out.cyclic dig.out.$j >/dev/null && matches=`expr $matches + 1`
84 if [ $matches -ne 16 ]; then ret=1; fi
93 matches=0
101 $DIFF dig.out.cyclic2 dig.out.$j >/dev/null && matches
[all...]
/bind-9.11.3/bin/tests/system/dnstap/
H A Dbad-fstrm-set-output-queue-size-max.conf11 * This value is system dependent and matches IOV_MAX.
/bind-9.11.3/bin/tests/system/filter-aaaa/conf/
H A Dbad2.conf13 * While this matches the defaults, it is not a good configuration
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp616 std::cerr << "Fail: " << stdxxx << " matches golden output\n";
635 std::cerr << "Fail: " << stdxxx << " matches expected value\n";
641 const bool matches = grep_file(path, oc.value); local
642 if (!oc.negated && !matches) {
647 } else if (oc.negated && matches) {

Completed in 1221 milliseconds