mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Test bare repos with dotfile setup
This commit is contained in:
@ -27,13 +27,6 @@ func (self Paths) ActualRepo() string {
|
||||
return filepath.Join(self.Actual(), "repo")
|
||||
}
|
||||
|
||||
// When an integration test first runs, we copy everything in the 'actual' directory,
|
||||
// and copy it into the 'expected' directory so that future runs can be compared
|
||||
// against what we expect.
|
||||
func (self Paths) Expected() string {
|
||||
return filepath.Join(self.root, "expected")
|
||||
}
|
||||
|
||||
func (self Paths) Config() string {
|
||||
return filepath.Join(self.root, "used_config")
|
||||
}
|
||||
|
Reference in New Issue
Block a user