X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft2105-update-index-gitfile.sh;h=a7f3d47aec2591f9da19ce24b2796005ddf87096;hb=65969d43d10512a44f5e7248e4404b946d1d0d9f;hp=641607d89ae400f5fbce9dba0f42ee185d3ecd6a;hpb=105a6339d8454d3856099f6ccea14435a05e2268;p=git.git diff --git a/t/t2105-update-index-gitfile.sh b/t/t2105-update-index-gitfile.sh index 641607d89..a7f3d47ae 100755 --- a/t/t2105-update-index-gitfile.sh +++ b/t/t2105-update-index-gitfile.sh @@ -13,7 +13,7 @@ test_expect_success 'submodule with absolute .git file' ' (cd sub1 && git init && REAL="$(pwd)/.real" && - mv .git "$REAL" + mv .git "$REAL" && echo "gitdir: $REAL" >.git && test_commit first) '