3 # Test what happens with the header entry.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles mcomm-test4.in1 mcomm-test4.in2"
9 cat <<EOF > mcomm-test4.in1
12 "Project-Id-Version: GNU one 1.2.3\n"
13 "POT-Creation-Date: 2000-12-11 20:49+0100\n"
14 "PO-Revision-Date: 2000-03-18 15:25+01:00\n"
15 "Last-Translator: Karl Eichwalder <ke@suse.de>\n"
16 "Language-Team: German <de@li.org>\n"
18 "Content-Type: text/plain; charset=iso-8859-1\n"
19 "Content-Transfer-Encoding: 8bit\n"
26 cat <<EOF > mcomm-test4.in2
32 tmpfiles
="$tmpfiles mcomm-test4.out"
34 ${MSGCOMM} --more-than=0 -o mcomm-test4.out \
35 mcomm-test4.in1 mcomm-test4.in2
36 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
38 tmpfiles
="$tmpfiles mcomm-test4.ok"
39 cat << EOF > mcomm-test4.ok
42 "Project-Id-Version: GNU one 1.2.3\n"
43 "POT-Creation-Date: 2000-12-11 20:49+0100\n"
44 "PO-Revision-Date: 2000-03-18 15:25+01:00\n"
45 "Last-Translator: Karl Eichwalder <ke@suse.de>\n"
46 "Language-Team: German <de@li.org>\n"
48 "Content-Type: text/plain; charset=iso-8859-1\n"
49 "Content-Transfer-Encoding: 8bit\n"
61 ${DIFF} mcomm-test4.ok mcomm-test4.out