Make test configurable

This commit is contained in:
Robin Appelman 2013-03-14 17:49:40 +01:00
commit fc12434d28
2 changed files with 16 additions and 5 deletions

6
tests/config.json Normal file
View file

@ -0,0 +1,6 @@
{
"host": "localhost",
"user": "test",
"password": "test",
"share": "test"
}