test: add missing "&&" after echo command
authorJonathan Nieder <redacted>
Wed, 7 Dec 2011 14:45:40 +0000 (08:45 -0600)
committerJunio C Hamano <redacted>
Thu, 8 Dec 2011 21:36:05 +0000 (13:36 -0800)
commit7b438f62f4ad901832defe5a72dcdd997b716c9a
tree076b4b56a2219c8b5dfaad3de330ac57f5f71be6
parentb1af9630d758e1728fc0008b3f18d90d8f87f4c5
test: add missing "&&" after echo command

This test wants to modify a file and commit the change, but because of
a missing separator between commands it is parsed as a single "echo"
command.

Signed-off-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7501-commit.sh
git clone https://git.99rst.org/PROJECT