summaryrefslogtreecommitdiff
path: root/test/mkrc-undotted.t
blob: 95dff189e9d5871a979b1acea276e65b60e5cf9d (plain)
1
2
3
4
5
6
7
8
  $ . "$TESTDIR/helper.sh"
  > touch random-dotfile

Passing -U should make a file be undotted

  $ mkrc -U random-dotfile  >/dev/null

  $ assert_linked "$HOME/random-dotfile" "$HOME/.dotfiles/random-dotfile"