summaryrefslogtreecommitdiff
path: root/test/lsrc-host-tags-default.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsrc-host-tags-default.t')
-rw-r--r--test/lsrc-host-tags-default.t17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/lsrc-host-tags-default.t b/test/lsrc-host-tags-default.t
new file mode 100644
index 0000000..aa9a253
--- /dev/null
+++ b/test/lsrc-host-tags-default.t
@@ -0,0 +1,17 @@
+ $ . "$TESTDIR/helper.sh"
+
+Hosts override tags override defaults
+
+ $ touch .dotfiles/host-example
+ > touch .dotfiles/tag-example
+ > touch .dotfiles/default-example
+ > mkdir .dotfiles/tag-firetruck
+ > touch .dotfiles/tag-firetruck/host-example
+ > touch .dotfiles/tag-firetruck/tag-example
+ > mkdir .dotfiles/host-eggplant
+ > touch .dotfiles/host-eggplant/host-example
+
+ $ lsrc -B eggplant -t firetruck
+ /*/.host-example:/*/.dotfiles/host-eggplant/host-example (glob)
+ /*/.tag-example:/*/.dotfiles/tag-firetruck/tag-example (glob)
+ /*/.default-example:/*/.dotfiles/default-example (glob)