]> git.ipfire.org Git - thirdparty/git.git/commit
t5403: simplify by using a single repository
authorOrgad Shaneh <orgads@gmail.com>
Sat, 29 Dec 2018 21:37:58 +0000 (23:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2019 21:17:55 +0000 (13:17 -0800)
commit10499a9d586b3fba4ea6f67cd0b391b9e7048f34
tree7a7b9b8451ab6a35055b203f425a0ca3f3c1a536
parentb21ebb671bb7dea8d342225f0d66c41f4e54d5ca
t5403: simplify by using a single repository

There is no strong reason to use separate clones to run
these tests; just use a single test repository prepared
with more modern test_commit shell helper function.

While at it, replace three "awk '{print $N}'" on the same
file with shell built-in "read" into three variables.

Revert d42ec126aa717d00549e387d5a95fd55683c2e2c which is a workaround for
Cygwin that is no longer needed.

Signed-off-by: Orgad Shaneh <orgads@gmail.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5403-post-checkout-hook.sh