Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/ipf/h_common.sh,v rcsdiff: /ftp/cvs/cvsroot/src/tests/ipf/h_common.sh,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/tests/ipf/h_common.sh 2012/11/29 18:54:43 1.5 +++ src/tests/ipf/h_common.sh 2012/11/30 14:46:48 1.6 @@ -1,4 +1,4 @@ -# $NetBSD: h_common.sh,v 1.5 2012/11/29 18:54:43 pgoyette Exp $ +# $NetBSD: h_common.sh,v 1.6 2012/11/30 14:46:48 pgoyette Exp $ # # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc. # All rights reserved. @@ -71,7 +71,7 @@ failing_test_case() atf_test_case "${name}" eval "${name}_body() { \ - atf_tc_expect_fail "${reason}"; \ + atf_expect_fail "${reason}"; \ ${check_function} '${name}' " "${@}" "; \ }" }