We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fa9169 + 4605a73 commit a56d361Copy full SHA for a56d361
t/t1091-sparse-checkout-builtin.sh
@@ -305,7 +305,7 @@ test_expect_success 'fail when lock is taken' '
305
test_when_finished rm -rf repo/.git/info/sparse-checkout.lock &&
306
touch repo/.git/info/sparse-checkout.lock &&
307
test_must_fail git -C repo sparse-checkout set deep 2>err &&
308
- test_i18ngrep "File exists" err
+ test_i18ngrep "Unable to create .*\.lock" err
309
'
310
311
test_expect_success '.gitignore should not warn about cone mode' '
0 commit comments