t5700: modernize style
commitbc192300c49a32e1ef297dc3fa78a101f28e2a4c
authorJeff King <peff@peff.net>
Mon, 10 Aug 2015 09:32:30 +0000 (10 05:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Aug 2015 22:15:42 +0000 (10 15:15 -0700)
treec543aa0bbcceebeb50eee2ab93c73337e3c1bdb6
parentf5895fd399855e782ed0f86f1ac0531517efa0d9
t5700: modernize style

The early part of this test is rather old, and does not
follow our usual style guidelines. In particular:

  - the tests liberally chdir, and expect out-of-test "cd"
    commands to return them to a sane state

  - test commands aren't indented at all

  - there are a lot of minor formatting nits, like the
    opening quote of the test block on the wrong line,
    spaces after ">", etc

This patch fixes the style issues, and uses a few helper
functions, along with subshells and "git -C", to avoid
changing the cwd of the main script.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5700-clone-reference.sh