From: Shubham Verma <shubhunic@xxxxxxxxx> Multiple commands on one line should be split across multiple lines. Signed-off-by: shubham verma <shubhunic@xxxxxxxxx> --- t/t7001-mv.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh index 728a937eeb..94c5b10f8a 100755 --- a/t/t7001-mv.sh +++ b/t/t7001-mv.sh @@ -143,7 +143,9 @@ test_expect_success 'checking the commit' ' ' test_expect_success 'do not move directory over existing directory' ' - mkdir path0 && mkdir path0/path2 && test_must_fail git mv path2 path0 + mkdir path0 && + mkdir path0/path2 && + test_must_fail git mv path2 path0 ' test_expect_success 'move into "."' ' -- 2.25.1