3 # Test --more-than=0; identical message are wanted once only.
4 # If the first occurrence is not fuzzy, don't make the result fuzzy.
7 trap 'rm -fr $tmpfiles' 1 2 3 15
9 tmpfiles
="$tmpfiles mcomm-test20.in1 mcomm-test20.in2"
10 cat <<EOF > mcomm-test20.in1
17 cat <<EOF > mcomm-test20.in2
25 tmpfiles
="$tmpfiles mcomm-test20.out"
27 ${MSGCOMM} --more-than=0 -o mcomm-test20.out \
28 mcomm-test20.in1 mcomm-test20.in2
29 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
31 tmpfiles
="$tmpfiles mcomm-test20.ok"
32 cat << EOF > mcomm-test20.ok
34 #: first.c:123 hunt.c:759
40 ${DIFF} mcomm-test20.ok mcomm-test20.out