parent
f7a8bf10ba
commit
9d967ad7e8
@ -0,0 +1,3 @@ |
||||
from .clean import Clean |
||||
from .link import Link |
||||
from .shell import Shell |
@ -0,0 +1,17 @@ |
||||
test_description='can disable built-in plugins' |
||||
. '../test-lib.bash' |
||||
|
||||
test_expect_success 'setup' ' |
||||
echo "apple" > ${DOTFILES}/f |
||||
' |
||||
|
||||
test_expect_failure 'run' ' |
||||
run_dotbot --disable-built-in-plugins <<EOF |
||||
- link: |
||||
~/.f: f |
||||
EOF |
||||
' |
||||
|
||||
test_expect_failure 'test' ' |
||||
test -f ~/.f |
||||
' |
Loading…
Reference in new issue