From: Daiki Ueno Date: Thu, 25 Jun 2015 03:18:55 +0000 (+0900) Subject: tests: Fix the last commit X-Git-Tag: v0.19.5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c20334229ee81e8ac6a3ea2cd1329bf1107ce25;p=thirdparty%2Fgettext.git tests: Fix the last commit --- diff --git a/gettext-tools/tests/xgettext-c-21 b/gettext-tools/tests/xgettext-c-21 index 966ae8020..4fdcfe966 100755 --- a/gettext-tools/tests/xgettext-c-21 +++ b/gettext-tools/tests/xgettext-c-21 @@ -6,8 +6,8 @@ : ${XGETTEXT=xgettext} ${XGETTEXT} --add-comments --no-location --no-wrap \ - -o - xg-c-21.c | grep -v 'POT-Creation-Date' > xg-c-21.tmp.po \ - || exit 1 + -o - "$abs_srcdir"/xg-c-21.c \ + | grep -v 'POT-Creation-Date' > xg-c-21.tmp.po || exit 1 LC_ALL=C tr -d '\r' < xg-c-21.tmp.po > xg-c-21.po || exit 1 cat <<\EOF > xg-c-21.ok