t/t7407: fix two typos in submodule tests
commitdfe338ae139432fd40a0f211b267f98ef85c29ed
authorPhil Hord <hordp@cisco.com>
Fri, 9 Aug 2013 20:12:54 +0000 (9 16:12 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Aug 2013 21:00:54 +0000 (9 14:00 -0700)
tree7dc43508ae274b36d6c797200a4ae082be83dcea
parent091a6eb0feed820a43663ca63dc2bc0bb247bbae
t/t7407: fix two typos in submodule tests

In t/t7407-submodule-foreach.sh there is a typo in one of the
path names given for a test step.  The correct path is
nested1/nested2/.git, but nested1/nested1/nested2/.git is
given instead.  The typo is hidden because this line also
accidentally omits the && chain operator.  The omitted chain
also means the return values of all the previous commands in
this test are also being ignored.

Fix the path and add the chain operator so the entire test
sequence can be properly validated.

Signed-off-by: Phil Hord <hordp@cisco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7407-submodule-foreach.sh