9 lines
116 B
Bash
9 lines
116 B
Bash
|
test_description='blank config allowed'
|
||
|
. '../test-lib.bash'
|
||
|
|
||
|
test_expect_success 'run' '
|
||
|
run_dotbot <<EOF
|
||
|
[]
|
||
|
EOF
|
||
|
'
|