File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
LibGit2Sharp.Tests/TestHelpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ private static void SetUpTestEnvironment()
8787 AssumeUnchangedRepoWorkingDirPath = Path . Combine ( ResourcesDirectory . FullName , "assume_unchanged_wd" ) ;
8888 SubmoduleSmallTestRepoWorkingDirPath = Path . Combine ( ResourcesDirectory . FullName , "submodule_small_wd" ) ;
8989 PackBuilderTestRepoPath = Path . Combine ( ResourcesDirectory . FullName , "packbuilder_testrepo_wd" ) ;
90- WorktreeTestRepoWorkingDirPath = Path . Combine ( sourceRelativePath , "worktree" , "testrepo_wd" ) ;
91- WorktreeTestRepoWorktreesDirPath = Path . Combine ( sourceRelativePath , "worktree" , "worktrees" ) ;
90+ WorktreeTestRepoWorkingDirPath = Path . Combine ( ResourcesDirectory . FullName , "worktree" , "testrepo_wd" ) ;
91+ WorktreeTestRepoWorktreesDirPath = Path . Combine ( ResourcesDirectory . FullName , "worktree" , "worktrees" ) ;
9292
9393 CleanupTestReposOlderThan ( TimeSpan . FromMinutes ( 15 ) ) ;
9494 }
You can’t perform that action at this time.
0 commit comments