summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msggrep-10
blob: 753220b4a4a85877e451daae3b767a6439a0219c (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
. "${srcdir=.}/init.sh"; path_prepend_ . ../src

# Verify that $ as end-of-line anchor does not cause a crash.
# <https://bugzilla.redhat.com/show_bug.cgi?id=483181>
# <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

exit $result