Skip the B_flag testcase to stop blowing up freebsd-current@ with

"test failure emails" because kyua report-jenkins doesn't properly
escape non-printable chars
This commit is contained in:
Enji Cooper 2015-09-30 17:43:02 +00:00
parent 20297cbf78
commit 14044e16bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288423

View File

@ -180,6 +180,7 @@ B_flag_head()
B_flag_body()
{
atf_skip "kyua report-jenkins doesn't properly escape non-printable chars: https://github.com/jmmv/kyua/issues/136"
atf_check -e empty -o empty -s exit:0 touch "$(printf "y\013z")"
atf_check -e empty -o match:'y\\013z' -s exit:0 ls -B