summaryrefslogtreecommitdiff
path: root/test/lsrc-hostname.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-hostname.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-hostname.t')
-rw-r--r--test/lsrc-hostname.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lsrc-hostname.t b/test/lsrc-hostname.t
index 35ad0fe..a69808d 100644
--- a/test/lsrc-hostname.t
+++ b/test/lsrc-hostname.t
@@ -9,9 +9,9 @@ Should include entries that match hostname
> touch .dotfiles/host-not-hostname/nh-example
$ lsrc
- /*/.example:/*/.dotfiles/example (glob)
/*/.h-example:/*/.dotfiles/host-*/h-example (glob)
+ /*/.example:/*/.dotfiles/example (glob)
$ lsrc -B not-hostname
- /*/.example:/*/.dotfiles/example (glob)
/*/.nh-example:/*/.dotfiles/host-*/nh-example (glob)
+ /*/.example:/*/.dotfiles/example (glob)