diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-06-25 12:18:55 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-06-25 12:18:55 +0900 |
commit | 3c20334229ee81e8ac6a3ea2cd1329bf1107ce25 (patch) | |
tree | 7bc06fde966dfdf46afb44dc49425592f51e70d3 /gettext-tools/tests | |
parent | 4dd7d3dbcb2ec6ceae3a65d405751729fd26e1e1 (diff) | |
download | external_gettext-3c20334229ee81e8ac6a3ea2cd1329bf1107ce25.zip external_gettext-3c20334229ee81e8ac6a3ea2cd1329bf1107ce25.tar.gz external_gettext-3c20334229ee81e8ac6a3ea2cd1329bf1107ce25.tar.bz2 |
tests: Fix the last commit
Diffstat (limited to 'gettext-tools/tests')
-rwxr-xr-x | gettext-tools/tests/xgettext-c-21 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/xgettext-c-21 b/gettext-tools/tests/xgettext-c-21 index 966ae80..4fdcfe9 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 |