summaryrefslogtreecommitdiff
path: root/test/lsrc-tags.t
diff options
context:
space:
mode:
authorGravatar Christian Höltje <docwhat@gerf.org>2015-03-18 22:45:22 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2015-06-05 11:23:38 +0200
commit9a3f6cc532080a5b7095037835f778c9a621f642 (patch)
tree5c5ce89c02c0bc65776ab6a0628eda246891b36f /test/lsrc-tags.t
parentaec2af1e243054ba864279889468379ad0784e63 (diff)
Changes the priority to: hosts->tags->default
This changes the order that things are pulled in so that: 1. Hosts take priority over everything. 2. Tags take priority over default. 3. Default takes priority over nothing. Closes #94
Diffstat (limited to 'test/lsrc-tags.t')
-rw-r--r--test/lsrc-tags.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsrc-tags.t b/test/lsrc-tags.t
index 97f77db..4913daf 100644
--- a/test/lsrc-tags.t
+++ b/test/lsrc-tags.t
@@ -9,6 +9,6 @@ Should include entries that match passed tags
> touch .dotfiles/tag-bar/b-example
$ lsrc -t foo -t bar
- /*/.example:/*/.dotfiles/example (glob)
/*/.f-example:/*/.dotfiles/tag-foo/f-example (glob)
/*/.b-example:/*/.dotfiles/tag-bar/b-example (glob)
+ /*/.example:/*/.dotfiles/example (glob)