t/t5528-push-default: remove redundant test_config lines
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 19 Jun 2013 11:11:39 +0000 (16:41 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2013 02:11:34 +0000 (19:11 -0700)
The line

test_config push.default upstream

appears unnecessarily in two tests, as the final test_push_failure sets
push.default before pushing anyway.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found