test_description='link expands environment variables in target' . '../test-lib.bash' test_expect_success 'setup' ' echo "apple" > ${DOTFILES}/f && echo "grape" > ${DOTFILES}/h ' test_expect_success 'run' ' export ORANGE=".config" && export BANANA="g" && unset PEAR && run_dotbot <