1
0
Fork 0
mirror of synced 2024-05-26 03:51:14 -04:00
dotbot/test/tests/clean-nonexistent.bash
2015-05-05 20:11:46 -04:00

9 lines
155 B
Bash

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