diff options
author | Jens Lehmann <Jens.Lehmann@web.de> | 2010-09-01 23:28:27 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-03 09:34:32 -0700 |
commit | 4bf9dd97827bf6f475a52e8f621dad24a3db9b4c (patch) | |
tree | 7b6ea9c03957256c798f2847d61df4d146946a07 /t/t7406-submodule-update.sh | |
parent | 1e2847634e7f171b1625295e3f41c1660ff4a61f (diff) | |
download | git-4bf9dd97827bf6f475a52e8f621dad24a3db9b4c.tar.gz |
t7406 & t7407: add missing && at end of lines
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7406-submodule-update.sh')
-rwxr-xr-x | t/t7406-submodule-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7406-submodule-update.sh b/t/t7406-submodule-update.sh index 1382a8e58a..bfb4975e94 100755 --- a/t/t7406-submodule-update.sh +++ b/t/t7406-submodule-update.sh @@ -25,7 +25,7 @@ test_expect_success 'setup a submodule tree' ' echo file > file && git add file && test_tick && - git commit -m upstream + git commit -m upstream && git clone . super && git clone super submodule && git clone super rebasing && |