diff --git a/t/t7416-submodule-long-path.sh b/t/t7416-submodule-long-path.sh index 59b3d347db..2ca9794ca5 100755 --- a/t/t7416-submodule-long-path.sh +++ b/t/t7416-submodule-long-path.sh @@ -81,7 +81,7 @@ test_expect_success 'recursive submodule with a long path' ' git clone ../super test && cd test && git submodule add ../parent foo && - git submodule update --init --recursive + git submodule update --init --recursive && test_commit "sogood" && ( cd foo/$longpath &&