[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.2 and 1.3

version 1.2, 2010/10/19 16:36:36 version 1.3, 2010/11/07 17:51:19
Line 46  test_case()
Line 46  test_case()
         local check_function="${1}"; shift          local check_function="${1}"; shift
   
         atf_test_case "${name}"          atf_test_case "${name}"
         eval "${name}_head() { \  
                 atf_set use.fs true; \  
         }"  
         eval "${name}_body() { \          eval "${name}_body() { \
                 ${check_function} '${name}' " "${@}" "; \                  ${check_function} '${name}' " "${@}" "; \
         }"          }"
Line 60  broken_test_case()
Line 57  broken_test_case()
         local check_function="${1}"; shift          local check_function="${1}"; shift
   
         atf_test_case "${name}"          atf_test_case "${name}"
         eval "${name}_head() { \  
                 atf_set use.fs true; \  
         }"  
         eval "${name}_body() { \          eval "${name}_body() { \
                 atf_skip 'This test case is probably broken'; \                  atf_skip 'This test case is probably broken'; \
                 ${check_function} '${name}' " "${@}" "; \                  ${check_function} '${name}' " "${@}" "; \

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

CVSweb <webmaster@jp.NetBSD.org>