3 # "msgcomm INPUT INPUT" is equivalent to "msguniq INPUT"
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles mcomm-23.in1 mcomm-23.in2"
9 cp ${top_srcdir}/tests
/msguniq-a.
in mcomm-23.in1
10 cp ${top_srcdir}/tests
/msguniq-a.
in mcomm-23.in2
12 tmpfiles
="$tmpfiles mcomm-23.out"
14 ${MSGCOMM} -w 1000 mcomm-23.in1 mcomm-23.in2
-o mcomm-23.out
15 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
18 ${DIFF} ${top_srcdir}/tests
/msguniq-a.out mcomm-23.out