test_description='link glob' . '../test-lib.bash' test_expect_success 'setup' ' mkdir ${DOTFILES}/config && mkdir ${DOTFILES}/config/foo && mkdir ${DOTFILES}/config/bar && echo "apple" > ${DOTFILES}/config/foo/a && echo "banana" > ${DOTFILES}/config/bar/b && echo "cherry" > ${DOTFILES}/config/bar/c ' test_expect_success 'run' ' run_dotbot -v <