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

Able to override the hostname

  $ touch .example

  $ mkrc -B another_thing .example >/dev/null

  $ assert_linked "$HOME/.example" "$HOME/.dotfiles/host-another_thing/example"