mirror of
1
0
Fork 0
dotbot/test/tests/clean-nonexistent.bash

9 lines
155 B
Bash

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