]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Skip the B_flag testcase to stop blowing up freebsd-current@ with
authorngie <ngie@FreeBSD.org>
Wed, 30 Sep 2015 17:43:02 +0000 (17:43 +0000)
committerngie <ngie@FreeBSD.org>
Wed, 30 Sep 2015 17:43:02 +0000 (17:43 +0000)
"test failure emails" because kyua report-jenkins doesn't properly
escape non-printable chars

bin/ls/tests/ls_tests.sh

index 3d0d1e917c91f3207d63d07455d889cda2ceba10..6e6ebb76f0674feada96d78d838409dd07fe8573 100755 (executable)
@@ -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