mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove expected failure for :basic (effectively reverting r305007, r305031)
This no longer fails as of r305952 PR: 212193 Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
720ca50063
commit
97bb4528d9
1 changed files with 0 additions and 3 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue