summaryrefslogtreecommitdiff
path: root/test/tests/clean-environment-variable-expansion.bash
blob: fedab458620b4610f53ecb73d30ba44e0860908c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
test_description='clean expands environment variables'
. '../test-lib.bash'

test_expect_success 'setup' '
ln -s ${DOTFILES}/f ~/.f
'

test_expect_success 'run' '
run_dotbot <<EOF
- clean: ["\$HOME"]
EOF
'

test_expect_success 'test' '
! test -h ~/.f
'