1#!/bin/sh 2. "${srcdir=.}/init.sh"; path_prepend_ . ../src 3 4# Test the libgettextpo library. 5../gettextpo-1-prg${EXEEXT} "$wabs_srcdir"/gettextpo-1.de.po > /dev/null || Exit 1 6 7: ${DIFF=diff} 8${DIFF} "$abs_srcdir"/gettextpo-1.de.po gtpo-1-copied.po || Exit 1 9${DIFF} "$abs_srcdir"/gettextpo-1.de.po gtpo-1-created.po || Exit 1 10 11Exit 0 12