Fix up the test titles which are incorrectly in the negative. Signed-off-by: Andy Whitcroft <apw@xxxxxxxxxxxx> --- This probabally should be folded down into the current tests patch. If you want me to do that and resubmit, yell at me. t/t5517-push-mirror.sh | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/t/t5517-push-mirror.sh b/t/t5517-push-mirror.sh index 0fc6778..ed3fec1 100755 --- a/t/t5517-push-mirror.sh +++ b/t/t5517-push-mirror.sh @@ -31,7 +31,7 @@ mk_repo_pair () { # BRANCH tests -test_expect_success 'push mirror does not create new branches' ' +test_expect_success 'push mirror creates new branches' ' mk_repo_pair && ( @@ -45,7 +45,7 @@ test_expect_success 'push mirror does not create new branches' ' ' -test_expect_success 'push mirror does not update existing branches' ' +test_expect_success 'push mirror updates existing branches' ' mk_repo_pair && ( @@ -61,7 +61,7 @@ test_expect_success 'push mirror does not update existing branches' ' ' -test_expect_success 'push mirror does not force update existing branches' ' +test_expect_success 'push mirror force updates existing branches' ' mk_repo_pair && ( @@ -79,7 +79,7 @@ test_expect_success 'push mirror does not force update existing branches' ' ' -test_expect_success 'push mirror does not remove branches' ' +test_expect_success 'push mirror removes branches' ' mk_repo_pair && ( @@ -97,7 +97,7 @@ test_expect_success 'push mirror does not remove branches' ' ' -test_expect_success 'push mirror does not add, update and remove branches together' ' +test_expect_success 'push mirror adds, updates and removes branches together' ' mk_repo_pair && ( @@ -125,7 +125,7 @@ test_expect_success 'push mirror does not add, update and remove branches togeth # TAG tests -test_expect_success 'push mirror does not create new tags' ' +test_expect_success 'push mirror creates new tags' ' mk_repo_pair && ( @@ -140,7 +140,7 @@ test_expect_success 'push mirror does not create new tags' ' ' -test_expect_success 'push mirror does not update existing tags' ' +test_expect_success 'push mirror updates existing tags' ' mk_repo_pair && ( @@ -158,7 +158,7 @@ test_expect_success 'push mirror does not update existing tags' ' ' -test_expect_success 'push mirror does not force update existing tags' ' +test_expect_success 'push mirror force updates existing tags' ' mk_repo_pair && ( @@ -179,7 +179,7 @@ test_expect_success 'push mirror does not force update existing tags' ' ' -test_expect_success 'push mirror does not remove tags' ' +test_expect_success 'push mirror removes tags' ' mk_repo_pair && ( @@ -197,7 +197,7 @@ test_expect_success 'push mirror does not remove tags' ' ' -test_expect_success 'push mirror does not add, update and remove tags together' ' +test_expect_success 'push mirror adds, updates and removes tags together' ' mk_repo_pair && ( - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html