Skip to content

Commit aa7d2fe

Browse files
committed
Merge branch 'cb/t7508-regexp-fix'
* cb/t7508-regexp-fix: t7508: avoid non POSIX BRE
2 parents 5519492 + 4da8b2f commit aa7d2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7508-status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ test_expect_success 'status shows detached HEAD properly after checking out non-
882882
git clone upstream downstream &&
883883
git -C downstream checkout @{u} &&
884884
git -C downstream status >actual &&
885-
test_i18ngrep "HEAD detached at [0-9a-f]\\+" actual
885+
grep -E "HEAD detached at [0-9a-f]+" actual
886886
'
887887

888888
test_expect_success 'setup status submodule summary' '

0 commit comments

Comments
 (0)