Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 376667 | Differences between
and this patch

Collapse All | Expand All

(-)rfc2045/testsuite (+1 lines)
Lines 1-3 Link Here
1
locale -a | grep en_US.utf8 >/dev/null || exit 0
1
LANG=en_US.UTF-8
2
LANG=en_US.UTF-8
2
LC_ALL=en_US.UTF-8
3
LC_ALL=en_US.UTF-8
3
unset LC_CTYPE
4
unset LC_CTYPE
(-)rfc2045/testsuitemm (+1 lines)
Lines 1-3 Link Here
1
locale -a | grep en_US.utf8 >/dev/null || exit 0
1
LANG=en_US.UTF-8
2
LANG=en_US.UTF-8
2
LC_ALL=en_US.UTF-8
3
LC_ALL=en_US.UTF-8
3
unset LC_CTYPE
4
unset LC_CTYPE
(-)maildrop/testsuite.in (+2 lines)
Lines 280-285 Link Here
280
280
281
autoreply text
281
autoreply text
282
EOF
282
EOF
283
284
locale -a | grep en_US.utf8 >/dev/null || exit 0
283
LANG=en_US.utf-8 ./mailbot -m testmailbot.msg cat <testmailbot.1
285
LANG=en_US.utf-8 ./mailbot -m testmailbot.msg cat <testmailbot.1
284
286
285
cat >testmailbot.1 <<EOF
287
cat >testmailbot.1 <<EOF

Return to bug 376667