We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a972d commit 32a1a1cCopy full SHA for 32a1a1c
Scalar.FunctionalTests/Tests/GitCommands/GitRepoTests.cs
@@ -145,6 +145,9 @@ public virtual void SetupForTest()
145
146
GitProcess.InvokeProcess(this.ControlGitRepo.RootPath, "sparse-checkout init --cone", string.Empty);
147
GitProcess.InvokeProcess(this.ControlGitRepo.RootPath, "sparse-checkout set --stdin", sb.ToString());
148
+
149
+ // This line shouldn't be necessary!
150
+ GitProcess.InvokeProcess(this.Enlistment.RepoRoot, "sparse-checkout init --cone", string.Empty);
151
GitProcess.InvokeProcess(this.Enlistment.RepoRoot, "sparse-checkout set --stdin", sb.ToString());
152
this.pathPrefixes = SparseModeFolders;
153
}
0 commit comments