summaryrefslogtreecommitdiff
path: root/test/lsrc-dotfiles-dirs.t
blob: e7769c0d451b21b2b70c0309761bad16cd982d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
  $ . "$TESTDIR/helper.sh"

Should include all the dotfiles

  $ touch .dotfiles/example
  > mkdir .second-dotfiles/
  > touch .second-dotfiles/s-example
  > mkdir .third-dotfiles/
  > touch .third-dotfiles/t-example

  $ lsrc -d .second-dotfiles -d .third-dotfiles
  /*/.s-example:/*/.second-dotfiles/s-example (glob)
  /*/.t-example:/*/.third-dotfiles/t-example (glob)