aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-09-30 17:43:02 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-09-30 17:43:02 +0000
commit14044e16bc31b765befb760be8cb24fbc031277a (patch)
tree4fc752786866e908d2a435711b1006e54bd63c95 /bin
parent20297cbf7806d5552fe6c0ea5e3c3e4f3e321c96 (diff)
downloadsrc-14044e16bc31b765befb760be8cb24fbc031277a.tar.gz
src-14044e16bc31b765befb760be8cb24fbc031277a.zip
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
Notes
Notes: svn path=/head/; revision=288423
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ls/tests/ls_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ls/tests/ls_tests.sh b/bin/ls/tests/ls_tests.sh
index 3d0d1e917c91..6e6ebb76f067 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