Marty Oehme
7f5c3772e2
Changed `-D` option to always download the lists supplied, regardless of the database directory being empty or not. This means you can download additional lists after the first program run, or re-download lists later on. It *will* overwrite your custom changes however if your files are called the same as the default list names. Additionally removed dependency on GNU version of cut and added some simple tests for the download functionality. Fixes #16.
12 lines
478 B
Text
12 lines
478 B
Text
[submodule "test/bats"]
|
|
path = test/bats
|
|
url = https://github.com/bats-core/bats-core.git
|
|
[submodule "test/test_helper/bats-support"]
|
|
path = test/test_helper/bats-support
|
|
url = https://github.com/bats-core/bats-support.git
|
|
[submodule "test/test_helper/bats-assert"]
|
|
path = test/test_helper/bats-assert
|
|
url = https://github.com/bats-core/bats-assert.git
|
|
[submodule "test/test_helper/mocks"]
|
|
path = test/test_helper/mocks
|
|
url = https://github.com/jasonkarns/bats-mock.git
|