From c08f67efef7f9bdd63edcccd813b26556ccd011c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 2 Dec 2012 12:52:12 -0500 Subject: [PATCH] t7406: explicitly update deeper/submodule Without a way to turn submodules on and off, a bare update tries to update every submodule. However, the other submodule changes haven't been pushed back to the upstream submodules, so a full update fails. Signed-off-by: W. Trevor King --- t/t7406-submodule-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t7406-submodule-update.sh b/t/t7406-submodule-update.sh index 15426530e..24890c1ac 100755 --- a/t/t7406-submodule-update.sh +++ b/t/t7406-submodule-update.sh @@ -546,7 +546,7 @@ test_expect_success 'submodule update places git-dir in superprojects git-dir' ' git clone super super2 && (cd super2 && git submodule init deeper/submodule && - git submodule update && + git submodule update deeper/submodule && (cd deeper/submodule && git log > ../../expected ) && -- 2.26.2