summaryrefslogtreecommitdiff
path: root/test/mkrc-host-file.t
blob: 3f13c6cbddd2d2f52b44f396c41ceda0bc3c45fe (plain)
1
2
3
4
5
6
7
8
9
  $ . "$TESTDIR/helper.sh"

Passing -o should put it in a host

  $ touch .example

  $ mkrc -o .example >/dev/null

  $ assert_linked "$HOME/.example" "$HOME/.dotfiles/host-$(hostname)/example"