summaryrefslogtreecommitdiff
path: root/test/mkrc-no-symlinks.t
Commit message (Collapse)AuthorAge
* Do not symlink a symlink in mkrcGravatar Mat M2020-01-17
We have a bug when calling mkrc(1) on a symlink: ```sh mkrc ~/.vimrc # links ~/.vimrc to ~/.dotfiles/vimrc mkrc ~/.vimrc # deletes ~/.dotfiles/vimrc ``` This catches that case ahead of time, preventing the user from running mkrc(1) on a symlink. Fix #144.