t9700: modernize test scripts
commit509d3f510325a69a72b367d157ef55fae7b6285a
authorZhang Yi <18994118902@163.com>
Sat, 25 Feb 2023 01:30:03 +0000 (25 09:30 +0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 25 Feb 2023 20:20:06 +0000 (25 12:20 -0800)
tree16aeed1dd4ce5b6a34c975c4a81401fa338d5179
parent06dd2baa8da4a73421b959ec026a43711b9d77f9
t9700: modernize test scripts

The style of t9700-perl-git.sh is old. There are 3 problems:
* A title is not on the same line with test_expect_success command.
* A test body is indented by whitespaces.
* There are whitespaces after redirect operators.

Modernize test scripts by:
* Combine the title with test_expect_success command.
* Replace whitespace indents with TAB.
* Delete whitespaces after redirect operators.

Signed-off-by: Zhang Yi <18994118902@163.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9700-perl-git.sh