X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9300-fast-import.sh;h=91b5aced1bcea74a66c3365e4aceff355d577f6a;hb=de0db422782ddaf7754ac5b03fdc6dc5de1a9ae4;hp=328444a3068f5083e3d64e92e88660c724acffdc;hpb=46dc1b0e332612aa32c139007fa33f4b429de9d1;p=git.git diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 328444a30..91b5aced1 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -983,7 +983,7 @@ test_expect_success \ git checkout subuse1 && rm -rf sub && mkdir sub && cd sub && git init && - git fetch .. refs/heads/sub:refs/heads/master && + git fetch --update-head-ok .. refs/heads/sub:refs/heads/master && git checkout master && cd .. && git submodule init &&