зеркало из https://github.com/microsoft/git.git
Merge branch 'rs/t4062-obsd'
Test portability fix. * rs/t4062-obsd: t4062: use less than 256 repetitions in regex
This commit is contained in:
Коммит
2893137b0d
|
@ -14,8 +14,10 @@ test_expect_success setup '
|
|||
test_tick &&
|
||||
git commit -m "A 4k file"
|
||||
'
|
||||
|
||||
# OpenBSD only supports up to 255 repetitions, so repeat twice for 64*64=4096.
|
||||
test_expect_success '-G matches' '
|
||||
git diff --name-only -G "^0{4096}$" HEAD^ >out &&
|
||||
git diff --name-only -G "^(0{64}){64}$" HEAD^ >out &&
|
||||
test 4096-zeroes.txt = "$(cat out)"
|
||||
'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче