t7001: put each command on a separate line
authorShubham Verma <shubhunic@gmail.com>
Thu, 11 Feb 2021 19:47:02 +0000 (01:17 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Feb 2021 21:42:16 +0000 (13:42 -0800)
commit5d683c3f4bcef667ca128d3d737fd36118d49a3d
treea97b9fa57a9b5020fc7ed3df1324715ca0836bac
parentd2ecddc9816e6e0b9732046be9e926b42d4b3226
t7001: put each command on a separate line

Modern practice is to avoid multiple commands per line, and
instead place each command on its own line.

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