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