summaryrefslogtreecommitdiff
path: root/test/rcrc-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/rcrc-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/rcrc-hostname.t')
-rw-r--r--test/rcrc-hostname.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rcrc-hostname.t b/test/rcrc-hostname.t
index 1008cd9..f2ad722 100644
--- a/test/rcrc-hostname.t
+++ b/test/rcrc-hostname.t
@@ -13,9 +13,9 @@ The hostname can be set in ~/.rcrc
$ echo 'HOSTNAME="eggplant_firetruck"' > $HOME/.rcrc
$ lsrc
- /*/.example:/*/.dotfiles/example (glob)
/*/.nh-example:/*/.dotfiles/host-eggplant_firetruck/nh-example (glob)
+ /*/.example:/*/.dotfiles/example (glob)
$ lsrc -B haircut_hammer
- /*/.example:/*/.dotfiles/example (glob)
/*/.nh-example:/*/.dotfiles/host-haircut_hammer/nh-example (glob)
+ /*/.example:/*/.dotfiles/example (glob)