From 7211ea7ec8159930d6129807b18b44d00d44b9cd Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 19 Sep 2016 06:39:08 +0000 Subject: [PATCH] Remove expected failure for :basic (effectively reverting r305007, r305031) This no longer fails as of r305952 PR: 212193 Sponsored by: Dell EMC Isilon --- contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh b/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh index 171fb13ab610..a3935249f47e 100755 --- a/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh +++ b/contrib/netbsd-tests/usr.bin/dirname/t_dirname.sh @@ -32,9 +32,6 @@ basic_head() } basic_body() { - # Begin FreeBSD - 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 // atf_check -o inline:"/usr\n" dirname /usr/bin/