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

Should undot files with -U, with wildcard * expansion

  $ touch .dotfiles/example
  > touch .dotfiles/undotted

  $ lsrc -v -U '*'
  /*/example:/*/.dotfiles/example (glob)
  /*/undotted:/*/.dotfiles/undotted (glob)

  $ lsrc -v -U '*:*'
  /*/example:/*/.dotfiles/example (glob)
  /*/undotted:/*/.dotfiles/undotted (glob)