summaryrefslogtreecommitdiff
path: root/test/lsrc-sigils.t
blob: 98573b219f4a6f3da9d560bd3ad7f8e340b8a70c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  $ . "$TESTDIR/helper.sh"

Should print @ for links

  $ touch .dotfiles/example

  $ lsrc -F
  /*/.example:/*/.dotfiles/example:@ (glob)

Should print X for files in COPY_ALWAYS

  $ touch .dotfiles/copy

  $ COPY_ALWAYS=copy lsrc -F
  /*/.copy:/*/.dotfiles/copy:X (glob)
  /*/.example:/*/.dotfiles/example:@ (glob)