7 lines
116 B
Bash
7 lines
116 B
Bash
test_description='empty config disallowed'
|
|
. '../test-lib.bash'
|
|
|
|
test_expect_failure 'run' '
|
|
run_dotbot <<EOF
|
|
EOF
|
|
'
|