commit | 396243fa479cd27bef1ced2ea5a9e4cf20f85a4b | [log] [tgz] |
---|---|---|
author | Ramkumar Ramachandra <artagnon@gmail.com> | Wed Jun 19 16:41:43 2013 +0530 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jun 24 10:18:41 2013 -0700 |
tree | dc3bd4bbe291a5ce7dd4b0df4f296e2562596ac6 | |
parent | ed2b18292bfeedc98c9e2b6bd8a35d8001dab2fc [diff] |
t/t5528-push-default: generalize test_push_* The setup creates two bare repositories: repo1 and repo2, but test_push_commit() hard-codes checking in repo1 for the actual output. Generalize it and its caller, test_push_success(), to optionally accept a third argument to specify the name of the repository to check for actual output. We will use this in the next patch. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>