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
This commit is contained in:
parent
0df5a13f99
commit
8edff9ee7a
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user