3 # Test general operation.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles msguniq-1.out"
10 ${MSGUNIQ} -w 1000 ${top_srcdir}/tests
/msguniq-a.
in -o msguniq-1.out
11 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
14 ${DIFF} ${top_srcdir}/tests
/msguniq-a.out msguniq-1.out