summaryrefslogtreecommitdiff
path: root/test/tests/clean-nonexistent.bash
blob: 39d33efa85559ad44a0cf4fca92e426aeb7054b4 (plain)
1
2
3
4
5
6
7
8
test_description='clean ignores nonexistent directories'
. '../test-lib.bash'

test_expect_success 'run' '
run_dotbot <<EOF
- clean: ["~", "~/fake"]
EOF
'