t7508: avoid non POSIX BRE
commit4da8b2fcd4f7b993ffd3ecf59d279c97fe23b0df
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Sun, 1 Aug 2021 21:53:00 +0000 (1 14:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2021 22:05:23 +0000 (2 15:05 -0700)
treeb6b27e7d4656768c1b0540efab43bcf4b4cb8d0c
parentebf3c04b262aa27fbb97f8a0156c2347fecafafb
t7508: avoid non POSIX BRE

24c30e0b6 (wt-status: tolerate dangling marks, 2020-09-01) adds a test
that uses a BRE which breaks at least with OpenBSD's grep.

switch to an ERE as it is done for similar checks and while at it, remove
the now obsolete test_i18ngrep call.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7508-status.sh