Merge branch 'cb/t7508-regexp-fix'

* cb/t7508-regexp-fix:
  t7508: avoid non POSIX BRE
This commit is contained in:
Junio C Hamano 2021-08-06 12:52:22 -07:00
Родитель 55194925e6 4da8b2fcd4
Коммит aa7d2fe355
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -882,7 +882,7 @@ test_expect_success 'status shows detached HEAD properly after checking out non-
git clone upstream downstream &&
git -C downstream checkout @{u} &&
git -C downstream status >actual &&
test_i18ngrep "HEAD detached at [0-9a-f]\\+" actual
grep -E "HEAD detached at [0-9a-f]+" actual
'
test_expect_success 'setup status submodule summary' '