diff options
Diffstat (limited to 't/t5519-push-alternates.sh')
-rwxr-xr-x | t/t5519-push-alternates.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5519-push-alternates.sh b/t/t5519-push-alternates.sh index 96be5236a2..c00c9b071d 100755 --- a/t/t5519-push-alternates.sh +++ b/t/t5519-push-alternates.sh @@ -123,7 +123,7 @@ test_expect_success 'bob works and pushes again' ' ( cd alice-pub && git cat-file commit master >../bob-work/commit - ) + ) && ( # This time Bob does not pull from Alice, and # the master branch at her public repository points |