3 # Test merge of common entries with --more-than=1 and --omit-header.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles mcomm-test10.in1 mcomm-test10.in2"
9 cat <<EOF > mcomm-test10.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-test10.in2
29 "Project-Id-Version: GNU one 1.2.3\n"
30 "POT-Creation-Date: 2000-12-11 20:49+0100\n"
31 "PO-Revision-Date: 2000-03-18 15:25+01:00\n"
32 "Last-Translator: Karl Eichwalder <ke@suse.de>\n"
33 "Language-Team: German <de@li.org>\n"
35 "Content-Type: text/plain; charset=iso-8859-1\n"
36 "Content-Transfer-Encoding: 8bit\n"
43 tmpfiles
="$tmpfiles mcomm-test10.out"
45 ${MSGCOMM} --more-than=1 --no-location --omit-header -o mcomm-test10.out \
46 mcomm-test10.in1 mcomm-test10.in2
47 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
49 tmpfiles
="$tmpfiles mcomm-test10.ok"
50 cat << EOF > mcomm-test10.ok
56 ${DIFF} mcomm-test10.ok mcomm-test10.out