8 lines
155 B
Bash
8 lines
155 B
Bash
test_description='clean ignores nonexistent directories'
|
|
. '../test-lib.bash'
|
|
|
|
test_expect_success 'run' '
|
|
run_dotbot <<EOF
|
|
- clean: ["~", "~/fake"]
|
|
EOF
|
|
'
|