Subject: | 'local sort' test fails on freebsd systems |
See subject. The test output on freebsd systems:
...
# Failed test 'local sort'
# at t/203-command-sort.t line 18.
# got: '
# .\+
# Be
# ab/cd
# foobar=
# foobaz
# last
# last=
# test
# '
# expected: '
# .\+
# ab/cd
# Be
# foobar=
# foobaz
# last
# last=
# test
# '
# Looks like you failed 1 test of 6.
t/203-command-sort.t ...................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
...