3 # Test a succeeding comparison.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles mc-test1.in1 mc-test1.in2"
9 cat <<EOF > mc-test1.in1
10 msgid "one" msgstr "first"
11 msgid "two" msgstr "second"
12 msgid "three" msgstr "third"
15 cat <<EOF > mc-test1.in2
16 msgid "three" msgstr ""
22 ${MSGCMP} mc-test1.in1 mc-test1.in2
> /dev
/null
2>&1