diff options
author | Bruno Haible <bruno@clisp.org> | 2005-09-19 16:06:40 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:50 +0200 |
commit | 145763c502191957a4abdc663020198510cf7479 (patch) | |
tree | ac4c8e5bc82c691dc9b8594f9a8ce3ccc951d0f2 /gettext-tools/tests/msgmerge-9 | |
parent | 06d3f09a53be3051c6976fac9b182b73e4b08aad (diff) | |
download | external_gettext-145763c502191957a4abdc663020198510cf7479.zip external_gettext-145763c502191957a4abdc663020198510cf7479.tar.gz external_gettext-145763c502191957a4abdc663020198510cf7479.tar.bz2 |
New, higher-level error and warning message output primitives.
Diffstat (limited to 'gettext-tools/tests/msgmerge-9')
-rwxr-xr-x | gettext-tools/tests/msgmerge-9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgmerge-9 b/gettext-tools/tests/msgmerge-9 index 872dc9f..c2197e9 100755 --- a/gettext-tools/tests/msgmerge-9 +++ b/gettext-tools/tests/msgmerge-9 @@ -29,7 +29,7 @@ ${MSGMERGE} -q mm-test9.in1 mm-test9.in2 -o /dev/null \ tmpfiles="$tmpfiles mm-test9.ok" cat << EOF > mm-test9.ok -mm-test9.in1:3: duplicate message definition +mm-test9.in1:3: duplicate message definition... mm-test9.in1:1: ...this is the location of the first definition msgmerge: found 1 fatal error EOF |