t7001: use `test` rather than `[`
commit488acf15dfa3edec67fa0397d6d09b247c0c46ae
authorShubham Verma <shubhunic@gmail.com>
Thu, 11 Feb 2021 19:47:04 +0000 (12 01:17 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Feb 2021 21:42:17 +0000 (11 13:42 -0800)
tree860c7a67416f8148310911ac1f27da1c5b1675aa
parent39252c833e0402c011dfb940a87db9d0a64ddd0c
t7001: use `test` rather than `[`

According to Documentation/CodingGuidelines, we should use "test"
rather than "[ ... ]" in shell scripts, so let's replace the
"[ ... ]" with "test" in the t7001 test script.

Signed-off-by: Shubham Verma <shubhunic@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7001-mv.sh