From 9a3f6cc532080a5b7095037835f778c9a621f642 Mon Sep 17 00:00:00 2001 From: Christian Höltje Date: Wed, 18 Mar 2015 22:45:22 -0400 Subject: 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 --- test/lsrc-hostname.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lsrc-hostname.t') 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) -- cgit v1.2.3