diff options
| author | jvoisin | 2017-09-25 23:39:29 +0200 |
|---|---|---|
| committer | jvoisin | 2017-09-25 23:39:29 +0200 |
| commit | 37b67c1a96c84deb279376f1eb5c2e164dfae7a1 (patch) | |
| tree | 4170213496e00d0a21636ca1c5e89c3226c16117 /src/tests/config | |
| parent | ae15242e59bc77355d76c7407bca8c4665c430c2 (diff) | |
Bump a bit the coverage
Diffstat (limited to 'src/tests/config')
| -rw-r--r-- | src/tests/config/broken_conf_missing_script.ini | 1 | ||||
| -rw-r--r-- | src/tests/config/broken_conf_nonexisting_script.ini | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/config/broken_conf_missing_script.ini b/src/tests/config/broken_conf_missing_script.ini new file mode 100644 index 0000000..a46f590 --- /dev/null +++ b/src/tests/config/broken_conf_missing_script.ini | |||
| @@ -0,0 +1 @@ | |||
| sp.upload_validation.enable(); | |||
diff --git a/src/tests/config/broken_conf_nonexisting_script.ini b/src/tests/config/broken_conf_nonexisting_script.ini new file mode 100644 index 0000000..8327438 --- /dev/null +++ b/src/tests/config/broken_conf_nonexisting_script.ini | |||
| @@ -0,0 +1 @@ | |||
| sp.upload_validation.enable().script("./non_existing_script.sh"); | |||
