test_description='test exit on failure' . '../test-lib.bash' test_expect_success 'setup' ' echo "apple" > ${DOTFILES}/f1 && echo "orange" > ${DOTFILES}/f2 && echo "pineapple" > ${DOTFILES}/f3 ' test_expect_failure 'run_case1' ' run_dotbot -x <