summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-06-25 12:18:55 +0900
committerDaiki Ueno <ueno@gnu.org>2015-06-25 12:18:55 +0900
commit3c20334229ee81e8ac6a3ea2cd1329bf1107ce25 (patch)
tree7bc06fde966dfdf46afb44dc49425592f51e70d3 /gettext-tools/tests
parent4dd7d3dbcb2ec6ceae3a65d405751729fd26e1e1 (diff)
downloadexternal_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-xgettext-tools/tests/xgettext-c-214
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