svn commit: r305007 - head/contrib/netbsd-tests/usr.bin/dirname

Ngie Cooper ngie at FreeBSD.org
Mon Aug 29 17:50:37 UTC 2016


Author: ngie
Date: Mon Aug 29 17:50:36 2016
New Revision: 305007
URL: https://svnweb.freebsd.org/changeset/base/305007

Log:
  Expect :basic to fail due to recent output changes in dirname(3)
  
  The dirname output change bug is actively being worked on, and this
  commit will need to be reverted once it's fixed.
  
  MFC after:	never
  PR:		212193
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh

Modified: head/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh
==============================================================================
--- head/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh	Mon Aug 29 17:23:04 2016	(r305006)
+++ head/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh	Mon Aug 29 17:50:36 2016	(r305007)
@@ -32,6 +32,9 @@ basic_head()
 }
 basic_body()
 {
+	# Begin FreeBSD
+	atf_tc_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 //
 	atf_check -o inline:"/usr\n" dirname /usr/bin/


More information about the svn-src-all mailing list