summaryrefslogtreecommitdiff
path: root/test/tests/clean-default.bash
blob: 8bb405d8bc92682b858230e8a102ab1e88d42c11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
test_description='clean uses default unless overridden'
. '../test-lib.bash'

test_expect_success 'setup' '
ln -s /nowhere ~/.g
'

test_expect_success 'run' '
run_dotbot <<EOF
- clean:
    ~/nonexistent:
      force: true
    ~/:
EOF
'

test_expect_success 'test' '
test -h ~/.g
'