3 # Test general operation with Java .properties syntax.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles msguniq-4.out"
10 ${MSGUNIQ} --properties-input --properties-output -w 1000 ${top_srcdir}/tests
/msguniq-a.inp
-o msguniq-4.out
11 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
13 tmpfiles
="$tmpfiles msguniq-4.ok"
15 ${MSGCAT} --properties-output -w 1000 ${top_srcdir}/tests
/msguniq-a.out
-o msguniq-4.ok
16 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
19 ${DIFF} msguniq-4.ok msguniq-4.out