mbox series

[GSOC,0/3] t9700:moderizen test scripts

Message ID 20230223141520.1967625-1-18994118902@163.com (mailing list archive)
Headers show
Series t9700:moderizen test scripts | expand

Message

Zhang Yi Feb. 23, 2023, 2:15 p.m. UTC
The style of t9700-perl-git.sh is old.There are 3 things need improve:
* 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.

---
Thanks for all suggestions.

Zhang Yi (3):
  t9700:fix title style
  t9700:change indents to TAB
  t9700:delete whitespaces after redirect operators

 t/t9700-perl-git.sh | 61 ++++++++++++++++++++++-----------------------
 1 file changed, 30 insertions(+), 31 deletions(-)