Skip to content

Commit 624265f

Browse files
committed
testing
1 parent fd9ba2a commit 624265f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/dotfiles_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestDotfiles(t *testing.T) {
4444
out, err := c.CombinedOutput()
4545
assert.NoError(t, err, string(out))
4646

47-
cmd, _ := clitest.New(t, "dotfiles", "--global-config", string(root), "--home-dir", string(root), "-y", testRepo)
47+
cmd, _ := clitest.New(t, "dotfiles", "--global-config", string(root), "--symlink-dir", string(root), "-y", testRepo)
4848
err = cmd.Execute()
4949
assert.NoError(t, err)
5050

@@ -77,7 +77,7 @@ func TestDotfiles(t *testing.T) {
7777
err = c.Run()
7878
assert.NoError(t, err)
7979

80-
cmd, _ := clitest.New(t, "dotfiles", "--global-config", string(root), "--home-dir", string(root), "-y", testRepo)
80+
cmd, _ := clitest.New(t, "dotfiles", "--global-config", string(root), "--symlink-dir", string(root), "-y", testRepo)
8181
err = cmd.Execute()
8282
assert.NoError(t, err)
8383

0 commit comments

Comments
 (0)