3 # Test --more-than=0; identical message are wanted once only.
4 # If the first occurrence is fuzzy, keep the fuzzy mark.
7 trap 'rm -fr $tmpfiles' 1 2 3 15
9 tmpfiles
="$tmpfiles mcomm-test19.in1 mcomm-test19.in2"
10 cat <<EOF > mcomm-test19.in1
18 cat <<EOF > mcomm-test19.in2
25 tmpfiles
="$tmpfiles mcomm-test19.out"
27 ${MSGCOMM} --more-than=0 mcomm-test19.in1 mcomm-test19.in2
-o mcomm-test19.out
28 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
30 tmpfiles
="$tmpfiles mcomm-test19.ok"
31 cat << EOF > mcomm-test19.ok
33 #: first.c:123 hunt.c:759
40 ${DIFF} mcomm-test19.ok mcomm-test19.out