Home | History | Annotate | Download | only in tests

Lines Matching refs:test2

8 tmpfiles="$tmpfiles mm-test2.in1 mm-test2.in2"
9 cat <<EOF > mm-test2.in1
15 cat <<EOF > mm-test2.in2
21 tmpfiles="$tmpfiles mm-test2.out"
24 ${MSGMERGE} -q -o /dev/stdout mm-test2.in1 mm-test2.in2 \
25 2>&1 | grep -v '^==' > mm-test2.out
27 tmpfiles="$tmpfiles mm-test2.ok"
28 cat << EOF > mm-test2.ok
29 mm-test2.in1:3: duplicate message definition...
30 mm-test2.in1:1: ...this is the location of the first definition
35 ${DIFF} mm-test2.ok mm-test2.out