3 # Test --more-than=0 option with Java .properties syntax.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles mcomm-test24.in1 mcomm-test24.in2"
9 cat <<EOF > mcomm-test24.in1
14 cat <<EOF > mcomm-test24.in2
19 tmpfiles
="$tmpfiles mcomm-test24.out"
21 ${MSGCOMM} --more-than=0 --properties-input --properties-output -o mcomm-test24.out mcomm-test24.in1 mcomm-test24.in2
22 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
24 tmpfiles
="$tmpfiles mcomm-test24.ok"
25 cat << EOF > mcomm-test24.ok
34 ${DIFF} mcomm-test24.ok mcomm-test24.out