summaryrefslogtreecommitdiff
path: root/test/rcrc-tilde.t
blob: b3f98c19f51d19bf5939ab6d0d0b630eae0f6e6e (plain)
1
2
3
4
5
6
7
8
9
10
  $ . "$TESTDIR/helper.sh"

rcrc should accept a DOTFILES_DIR with a ~ instead of $HOME

  $ mkdir ~/.other-dotfiles
  > touch ~/.other-dotfiles/o-example

  $ echo 'DOTFILES_DIRS="~/.other-dotfiles"' > alt-rcrc
  $ RCRC=./alt-rcrc lsrc
  /*/.o-example:/*/.other-dotfiles/o-example (glob)