Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / tests / gettextpo-1
1 #!/bin/sh
2 . "${srcdir=.}/init.sh"; path_prepend_ . ../src
3
4 # Test the libgettextpo library.
5 ../gettextpo-1-prg${EXEEXT} "$abs_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
11 exit 0