From 14044e16bc31b765befb760be8cb24fbc031277a Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 30 Sep 2015 17:43:02 +0000 Subject: [PATCH] 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 --- bin/ls/tests/ls_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ls/tests/ls_tests.sh b/bin/ls/tests/ls_tests.sh index 3d0d1e917c9..6e6ebb76f06 100755 --- a/bin/ls/tests/ls_tests.sh +++ b/bin/ls/tests/ls_tests.sh @@ -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