summaryrefslogtreecommitdiff
path: root/test/mkrc-alternate-dotfiles-dir.t
blob: 834621408252995fc3eb8e432ecac2e79e2efec5 (plain)
1
2
3
4
5
6
7
8
9
10
  $ . "$TESTDIR/helper.sh"
  > mkdir .other-dotfiles

Passing -d should specify alternate dotfiles location

  $ touch .example

  $ mkrc -d .other-dotfiles .example  >/dev/null

  $ assert_linked "$HOME/.example" "$HOME/.other-dotfiles/example"