diff options
Diffstat (limited to 'gettext-tools/tests/xgettext-javascript-2')
-rwxr-xr-x | gettext-tools/tests/xgettext-javascript-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/xgettext-javascript-2 b/gettext-tools/tests/xgettext-javascript-2 index 3f6e6d4..b7c266a 100755 --- a/gettext-tools/tests/xgettext-javascript-2 +++ b/gettext-tools/tests/xgettext-javascript-2 @@ -32,7 +32,7 @@ EOF : ${XGETTEXT=xgettext} ${XGETTEXT} --add-comments --no-location -o xg-js-2.tmp xg-js-2.js 2>xg-js-2.err -test $? = 0 || { cat xg-js-2.err; exit 1; } +test $? = 0 || { cat xg-js-2.err; Exit 1; } # Don't simplify this to "grep ... < xg-js-2.tmp", otherwise OpenBSD 4.0 grep # only outputs "Binary file (standard input) matches". cat xg-js-2.tmp | grep -v 'POT-Creation-Date' | LC_ALL=C tr -d '\r' > xg-js-2.pot |