test_description='--only does not skip defaults' . '../test-lib.bash' test_expect_success 'setup' ' echo "apple" > ${DOTFILES}/x ' test_expect_success 'run' ' run_dotbot --only link < ~/z - link: ~/d/x: x ' test_expect_success 'test' ' grep "apple" ~/d/x && ! test -f ~/z '