diff options
Diffstat (limited to 'gettext-tools/tests/msggrep-10')
-rwxr-xr-x | gettext-tools/tests/msggrep-10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msggrep-10 b/gettext-tools/tests/msggrep-10 index 753220b..1f50cf8 100755 --- a/gettext-tools/tests/msggrep-10 +++ b/gettext-tools/tests/msggrep-10 @@ -6,6 +6,6 @@ # <https://savannah.gnu.org/bugs/?25437> : ${MSGGREP=msggrep} -echo a=b | LC_MESSAGES=C LC_ALL= ${MSGGREP} -P -K -e '^a$' > /dev/null || exit 1 +echo a=b | LC_MESSAGES=C LC_ALL= ${MSGGREP} -P -K -e '^a$' > /dev/null || Exit 1 exit $result |