1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-27 17:47:29 +02:00

(rfc822-1): Compensate for Solaris 5.9's /bin/sh,

which emits a diagnostic to stderr when this test's LC_ALL=de_DE
cannot be honored.
This commit is contained in:
Jim Meyering
2005-09-16 18:07:46 +00:00
parent 525faa8a75
commit 105ae85e38

View File

@@ -149,6 +149,9 @@ my @Tests =
# test for RFC-822 conformance
['rfc822-1', "-R -d '$d1'", {OUT=>"Sun, 19 Jan 1997 08:17:48 +0000"},
# Solaris 5.9's /bin/sh emits this diagnostic to stderr
# if you don't have support for the named locale.
{ERR_SUBST => q!s/^couldn't set locale correctly\n//!},
{ENV => 'LC_ALL=de_DE TZ=UTC0'}],
# Relative seconds, with time. fixed in 2.0j