test-lib-functions: adjust style to match CodingGuidelines
commit76ee96a9b6f75e7d1c01e68ade72194179aa512d
authorDavid Aguilar <davvid@gmail.com>
Wed, 15 Oct 2014 08:35:21 +0000 (15 01:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2014 21:09:15 +0000 (15 14:09 -0700)
tree04dfb82c353a07317258135f109c8a30b2e03809
parentf9e43085bb95034a36a223f4eba75174b096179c
test-lib-functions: adjust style to match CodingGuidelines

Prefer "test" over "[ ]" for conditionals.
Prefer "$()" over backticks for command substitutions.
Avoid control structures on a single line with semicolons.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib-functions.sh