summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/worktree/dotfile_bare_repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/worktree/dotfile_bare_repo.go')
-rw-r--r--pkg/integration/tests/worktree/dotfile_bare_repo.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/integration/tests/worktree/dotfile_bare_repo.go b/pkg/integration/tests/worktree/dotfile_bare_repo.go
index 86b2a0fb4..7b8f68af1 100644
--- a/pkg/integration/tests/worktree/dotfile_bare_repo.go
+++ b/pkg/integration/tests/worktree/dotfile_bare_repo.go
@@ -12,9 +12,7 @@ var DotfileBareRepo = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Open lazygit in the worktree of a dotfile bare repo and add a file and commit",
ExtraCmdArgs: []string{"--git-dir={{.actualPath}}/.bare", "--work-tree={{.actualPath}}/repo"},
Skip: false,
- // passing this because we're explicitly passing --git-dir and --work-tree args
- UseCustomPath: true,
- SetupConfig: func(config *config.AppConfig) {},
+ SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {
// we're going to have a directory structure like this:
// project