test_description='Basic copy test' . '../test-lib.bash' test_expect_success 'setup' ' mkdir -p ${DOTFILES}/box echo "apple" > ${DOTFILES}/apple echo "banana" > ${DOTFILES}/box/banana ' test_expect_failure 'copy file should fail without create option' ' run_dotbot <