3 # Test handling of invalid multibyte sequences.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles mf-11.po"
12 "Project-Id-Version: control-center 1.0.6\n"
13 "POT-Creation-Date: 2002-06-02 17:13-0700\n"
14 "PO-Revision-Date: 2002-05-29 20:11+0200\n"
15 "Last-Translator: Yuriy Syrota <yuri@renome.rovno.ua>\n"
16 "Language-Team: Ukrainian <uk@li.org>\n"
18 "Content-Type: text/plain; charset=utf-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
21 msgid
"_Enable keyboard accessibility"
22 msgstr
"_õצÍËÎÕÔÉ ÓÐÅæÁÌØΦ ÍÏÖÌÉ×ÏÓÔ¦ ËÌÁצÁÔÕÒÉ"
25 tmpfiles
="$tmpfiles mf-11.mo core *.core"
27 ${MSGFMT} --check -o mf-11.mo mf-11.po
2>/dev
/null
28 # Exit code must be 1.
29 # If the invalid sequence didn't get noticed, it would be 0.
30 # If it produced a core dump, it would be 134 (= 128 + SIGABRT).