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()
87
87
AssumeUnchangedRepoWorkingDirPath = Path . Combine ( ResourcesDirectory . FullName , "assume_unchanged_wd" ) ;
88
88
SubmoduleSmallTestRepoWorkingDirPath = Path . Combine ( ResourcesDirectory . FullName , "submodule_small_wd" ) ;
89
89
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" ) ;
92
92
93
93
CleanupTestReposOlderThan ( TimeSpan . FromMinutes ( 15 ) ) ;
94
94
}
You can’t perform that action at this time.
0 commit comments