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

Passing -t should put it in a tag

  $ touch .example

  $ mkrc -t foo .example >/dev/null

  $ assert_linked "$HOME/.example" "$HOME/.dotfiles/tag-foo/example"