fix TestRemoteLoad_LocalProtocol (#4844)

* remote load test fix

* fix spacing
This commit is contained in:
Natasha Sarkar
2022-10-31 12:58:44 -05:00
committed by GitHub
parent daf81df437
commit 997e6fcc63

View File

@@ -62,6 +62,7 @@ export GIT_COMMITTER_NAME=Nobody
cp -r testdata/remoteload/simple $ROOT/simple.git
(
cd $ROOT/simple.git
git config --global protocol.file.allow always
git init --initial-branch=main
git add .
git commit -m "import"