summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/gettextpo-1
blob: 2ad641ed09e38fac9be4679627e449240fa29012 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
. "${srcdir=.}/init.sh"; path_prepend_ . ../src

# Test the libgettextpo library.
../gettextpo-1-prg${EXEEXT} "$abs_srcdir"/gettextpo-1.de.po > /dev/null || Exit 1

: ${DIFF=diff}
${DIFF} "$abs_srcdir"/gettextpo-1.de.po gtpo-1-copied.po || Exit 1
${DIFF} "$abs_srcdir"/gettextpo-1.de.po gtpo-1-created.po || Exit 1

Exit 0