3 # Test --more-than=0; identical message are wanted once only.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles mcomm-test18.in1 mcomm-test18.in2"
9 cat <<EOF > mcomm-test18.in1
16 cat <<EOF > mcomm-test18.in2
23 tmpfiles
="$tmpfiles mcomm-test18.out"
25 ${MSGCOMM} --more-than=0 mcomm-test18.in1 mcomm-test18.in2
-o mcomm-test18.out
26 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
28 tmpfiles
="$tmpfiles mcomm-test18.ok"
29 cat << EOF > mcomm-test18.ok
31 #: first.c:123 hunt.c:759
37 ${DIFF} mcomm-test18.ok mcomm-test18.out