Merge branch 'tb/cygwin-shared-repository'
[gitweb.git] / t / t7406-submodule-update.sh
index 50ac02028df0cc83e3f30cc73373ddf930634e3f..2a0cfaac329c6c0974f205c81c45a0304a04897d 100755 (executable)
@@ -643,7 +643,8 @@ test_expect_success 'submodule update places git-dir in superprojects git-dir re
        rm -rf super_update_r2 &&
        git clone super_update_r super_update_r2 &&
        (cd super_update_r2 &&
-        git submodule update --init --recursive &&
+        git submodule update --init --recursive >actual &&
+        test_i18ngrep "Submodule path .submodule/subsubmodule.: checked out" actual &&
         (cd submodule/subsubmodule &&
          git log > ../../expected
         ) &&