[BACK]Return to h_common.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / ipf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/ipf/h_common.sh between version 1.3 and 1.4

version 1.3, 2010/11/07 17:51:19 version 1.4, 2012/11/29 17:10:21
Line 62  broken_test_case()
Line 62  broken_test_case()
                 ${check_function} '${name}' " "${@}" "; \                  ${check_function} '${name}' " "${@}" "; \
         }"          }"
 }  }
   
   failing_test_case()
   {
           local name="${1}"; shift
           local check_function="${1}"; shift
           local reason="${1}; shift
   
           atf_test_case "${name}"
           eval "${name}_body() { \
                   atf_tc_expect_fail "${reason}"; \
                   ${check_function} '${name}' " "${@}" "; \
           }"
   }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>