test_description='defaults setting works' . '../test-lib.bash' test_expect_success 'setup' ' echo "apple" > ${DOTFILES}/f && echo "grape" > ~/f && ln -s ~/f ~/.f && ln -s /nowhere ~/.g ' test_expect_failure 'run-fail' ' run_dotbot <