svn commit: r305031 - head/contrib/netbsd-tests/usr.bin/dirname
Ngie Cooper
ngie at FreeBSD.org
Mon Aug 29 22:38:19 UTC 2016
Author: ngie
Date: Mon Aug 29 22:38:18 2016
New Revision: 305031
URL: https://svnweb.freebsd.org/changeset/base/305031
Log:
Fix typo
atf_tc_expect_fail should have been atf_expect_fail per atf-sh-api(3)
PR: 212193
Pointyhat to: ngie
Sponsored by: EMC / Isilon Storage Division
Modified:
head/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh
Directory Properties:
head/ (props changed)
Modified: head/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh
==============================================================================
--- head/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh Mon Aug 29 22:34:31 2016 (r305030)
+++ head/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh Mon Aug 29 22:38:18 2016 (r305031)
@@ -33,7 +33,7 @@ basic_head()
basic_body()
{
# Begin FreeBSD
- atf_tc_expect_fail "dirname //usr//bin doesn't return //usr like it used to; bug # 212193"
+ atf_expect_fail "dirname //usr//bin doesn't return //usr like it used to; bug # 212193"
# End FreeBSD
atf_check -o inline:"/\n" dirname /
atf_check -o inline:"/\n" dirname //
More information about the svn-src-head
mailing list