1#! /bin/sh 2. "${srcdir=.}/init.sh"; path_prepend_ . ../src 3 4# Test compendium option with a large compendium. 5 6: ${MSGMERGE=msgmerge} 7${MSGMERGE} -q -o mm-c-5.tmp \ 8 --compendium "$wabs_srcdir"/mm-viet.comp.po \ 9 /dev/null "$wabs_srcdir"/mm-viet.pot || Exit 1 10LC_ALL=C tr -d '\r' < mm-c-5.tmp > mm-c-5.out || Exit 1 11 12: ${DIFF=diff} 13${DIFF} "$abs_srcdir"/mm-viet.out mm-c-5.out 14result=$? 15 16exit $result 17